Open julian-klode opened 8 years ago
please make this available, custom dns port on dns server lists.
the reason is that my isp transparently intercept and redirect default dns port 53 to their own dns server, for their local advertising and blocking website they "deemed necessary".
i've tried to input the ip in format 208.67.222.222:5353 but dns66 crashing.
any news on this?
not yet
I saw that overriding the port in DnsPacketProxy is enough to get it working (line 189) so we just need an UI implementation. I could do it and make a PR. Any guideline I should follow?
It's a bit difficult. We could hack that in somehow by parsing ports in the address fields, but I'm not sure that's correct. and adding a separate port field is a lot more complicated, I'm afraid.
As we want a port field for dns servers, but not for host files. Hence we have to split Configuration.Item into subclasses I think.
Actually; this gets kind of weirder with the tls stuff in #11 - a DNS server could be
an each could have a port or not.
DNS66 should allow specifying DNS servers with non-standard ports. This would allow it to interact with a DNSCrypt proxy running on the device (which helps #11) without root being required to run the proxy.