Node icon indicating copy to clipboard operation
Node copied to clipboard

Customizable DNS Configuration

Open bonedaddy opened this issue 2 years ago • 0 comments

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

bonedaddy avatar May 15 '23 19:05 bonedaddy