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
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.
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
The text was updated successfully, but these errors were encountered: