Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow forwarding queries via IPv6 and to any port #264

Merged
merged 1 commit into from Sep 24, 2023

Conversation

barrucadu
Copy link
Owner

This changes the --forward-address arg of resolved and dnsq to take an arbitrary socket address (a string in the form ip:port) rather than assuming it's an IPv4 address on port 53. This does mean the port is now required, but I think that's a small price to pay for the extra flexibility.

This changes the `--forward-address` arg of resolved and dnsq to take an
arbitrary socket address (a string in the form `ip:port`) rather than
assuming it's an IPv4 address on port 53.  This does mean the port is
now required, but I think that's a small price to pay for the extra
flexibility.
@barrucadu barrucadu merged commit 9434a56 into master Sep 24, 2023
3 checks passed
@barrucadu barrucadu deleted the forward-socketaddr branch September 24, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant