DNS Proxy Issue

DNS Proxy Issue

13 Reply
Re:DNS Proxy Issue
2 weeks ago

  @Tescophil Well ;). DNS Override is working fine, but not DNS Proxy. Why the difference?

 

Thanks!

  0  
0
#12
Options
Re:DNS Proxy Issue-Solution
Sunday - last edited Sunday

  @arrmo 

 

All these options simply send port 53 DNS requests somewhere else.

 

DNS Override just forwards the original port 53 request to another server which can be inside or outside your network

 

The other 'Proxy' options (DNSSEC, DoT and DoH) repackage the unencrypted Port 53 DNS request into the selected secure format and then forward it to your chosen proxy,  then receives the encrypted response, unpacks it and sends the unencrypted response back to the originating device on port 53.

 

So, NONE of these options will forward, redirect or proxy DNSSEC, DoT or DoH requests (because you can't without impersonating the SSL cert of each provider)

Recommended Solution
  0  
0
#13
Options
Re:DNS Proxy Issue
Sunday

  @Tescophil That makes sense, thanks! So DNS Override it is ;) 

  0  
0
#14
Options