Node
Node copied to clipboard
Customizable DNS Configuration
Overview
DNS is hard coded to port 53, which means if it conflicts with a locally running port, you have to stop the service, or build a docker image. I also dont want to use docker as it makes security management more difficult.
Customizable DNS Server / Port
For security schizos like myself who run local infrastructure like DNSCrypt with lots of caching, the concerns mentioned in https://github.com/MASQ-Project/Node/blob/master/node/docs/PORT_53.md can be completely avoided without needing to disable locally running DNS servers.
Therefore a good solution would be to allow delegation to a different dns server