mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Per Issue #1401 - EdgeOS will add DNS provided by WAN DHCP servers, which will lead to DNS resolution in the clear with ISP servers on port 53
parent
3a15cdd2f9
commit
4d85eff096
1 changed files with 2 additions and 1 deletions
|
@ -81,12 +81,13 @@ dig @localhost -p 5353 google.com
|
|||
|
||||
You should get an answer.
|
||||
|
||||
If all went well, configure router settings and redirect queries to dnscrypt-proxy:
|
||||
If all went well, configure router settings and redirect queries to dnscrypt-proxy and to prevent dnsmasq using your ISP's DNS in parallel on port 53 unencrypted (the below assumes your WAN is on eth0):
|
||||
|
||||
```text
|
||||
configure
|
||||
delete service dns forwarding system
|
||||
set service dns forwarding options 'server=127.0.0.1#5353'
|
||||
set interfaces ethernet eth0 dhcp-options name-server no-update
|
||||
commit
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue