This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubnt:dns_forwarding [2018/12/09 02:48] derek created |
ubnt:dns_forwarding [2024/09/22 19:51] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====DNS Forwarding===== | =====DNS Forwarding===== | ||
+ | |||
+ | Access the command line interface (CLI) of the router. You can do this using the CLI button in the GUI or by using a program such as PuTTY. | ||
Set the System Name Server to 127.0.0.1, and then configure dnsmasq (the DNS forwarder) with the nameservers you want to use. | Set the System Name Server to 127.0.0.1, and then configure dnsmasq (the DNS forwarder) with the nameservers you want to use. | ||
Line 14: | Line 16: | ||
</ | </ | ||
- | Then you can add your nameservers to dnsmasq. | + | Then you can add your nameservers to dnsmasq |
< | < | ||
set service dns forwarding name-server 1.1.1.1 | set service dns forwarding name-server 1.1.1.1 | ||
Line 20: | Line 22: | ||
set service dns forwarding name-server 8.8.8.8 | set service dns forwarding name-server 8.8.8.8 | ||
set service dns forwarding name-server 8.8.4.4 | set service dns forwarding name-server 8.8.4.4 | ||
+ | |||
+ | set service dns forwarding cache-size 200 | ||
</ | </ | ||