You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bootstrap resolver feature could support DNS-over-TCP and to set the port arbitrarily. This would be useful in firewalled environments, when the UDP or ports other than 80/443 are blocked.
The text was updated successfully, but these errors were encountered:
junkurihara
changed the title
The bootstrap resolver feature could support DNS-over-TCP and to set the port arbitrarily. This would be useful in firewalled environments, when the UDP or ports other than 80/443 are blocked.
[New feature] The bootstrap resolver feature could support DNS-over-TCP and to set the port arbitrarily
Jan 11, 2024
Really good for a firewalled environment. My mobile phone provider blocks UDP ports other than 53 (for avoiding Torrent), DNSCrypt with anonymized relays doesn't work well here when I use USB Thetering, but doh-auth-proxy does.
Now the develop branch just supported TCP bootstrap DNS resolver with an arbitrary port. To explicitly specify the protocol and port, we need to set the resolver as tcp://1.1.1.1:53 in toml file. But existing format without protocol and port, e.g., 1.1.1.1, still works as an alias of udp://1.1.1.1:53.
I will ship this in the next patch release (not a breaking change due to the alias).
Originally posted by @przemyslaw0 in #43 (comment)
The text was updated successfully, but these errors were encountered: