switchable internal DNS resolver in MASQ Core
complete
stevang
This is for the usecase of running MASQ Core Serving-Node on an VPS, where you don't want to proxy any traffic from the local machine or local network through MASQ Core.
When the MASQ Core DNS resolver on 127.0.0.1:53 could be switched off completely..
..i could easily run stubby or similar software as a DNS resolver on standard DNS port.
..i would not have to worry that my VPS is routing traffic unintentionally through the MASQ Core Node.
what i initially wanted to do, is running stubby as a DNS resolver that is encrypting DNS queries via DNS over TLS. that way i could set the DNS server setting of MASQ Core to 127.0.0.1 and route all DNS queries TLS encrypted to Quad9 for example. I know you can use a different port than 53 with stubby, but you can't configure MASQ Core or /etc/resolv.conf with that port. So it would have to be 53 always or a redirect of that port and i think it would be easier if i could just switch of the internal MASQ Core resolver.
what do you think?
KauriHero
complete
KauriHero
MASQ Node v0.8.2 has been released with the DNS resolver listening on port 53 disabled - this is temporarily for a user toggle to be created which allows this to be turned on or off.
KauriHero
in progress
KauriHero
planned