mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #334] [MERGED] Configure system-resolved with a custom port when needled #428
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#428
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/334
Author: @mageddo
Created: 3/3/2023
Status: ✅ Merged
Merged: 3/3/2023
Merged by: @mageddo
Base:
master← Head:feat/214📝 Commits (7)
204a84fOption to pass port when using systemd resolved, abort dns configuring after 3 triesb038814Testing resolvconf limitaiton924e915Systemd resolvd custom port testing9c73d54Fixing tests1fd2d75Fixing default initial delayacf9489release notes8912e5f[Gradle Release Plugin] - new version commit: '3.6.0'.📊 Changes
16 files changed (+322 additions, -114 deletions)
View changed files
📝
README.md(+1 -1)📝
RELEASE-NOTES.md(+4 -0)📝
docs/content/5-developing/_index.en.md(+12 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/DnsConfigurator.java(+5 -4)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/DnsConfigurators.java(+54 -11)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/LinuxDnsConfigurator.java(+6 -6)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/ResolvconfConfigurator.java(+17 -8)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/ResolvedConfigurator.java(+11 -3)📝
src/main/java/com/mageddo/dnsproxyserver/server/dns/IpAddr.java(+19 -10)➕
src/main/java/com/mageddo/dnsproxyserver/utils/DNS.java(+22 -0)➕
src/test/java/com/mageddo/dnsproxyserver/dnsconfigurator/DnsConfiguratorsTest.java(+42 -0)📝
src/test/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/LinuxDnsConfiguratorTest.java(+5 -5)📝
src/test/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/ResolvconfConfiguratorTest.java(+24 -4)📝
src/test/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/systemdresolved/ResolvedConfiguratorTest.java(+81 -61)➕
src/test/java/com/mageddo/dnsproxyserver/templates/IpAddrTemplates.java(+18 -0)📄 Description
Fixes #214
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.