This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:openwrt:openwrt [2020/10/23 12:06] percy |
linux:openwrt:openwrt [2020/10/23 23:53] (current) percy |
||
---|---|---|---|
Line 66: | Line 66: | ||
tcp_bbr 16384 35 | tcp_bbr 16384 35 | ||
``` | ``` | ||
+ | |||
+ | ===== Update hosts ===== | ||
+ | vim /etc/config/dhcp | ||
+ | |||
+ | Add the `list addnhosts '/etc/myhosts'` | ||
+ | ``` | ||
+ | config dnsmasq ... | ||
+ | list addnhosts '/etc/myhosts' | ||
+ | ``` | ||
+ | Then add your hosts to /etc/myhosts | ||
+ | vim /etc/myhosts | ||
+ | | ||
+ | Then restart the dnsmasq service | ||
+ | /etc/init.d/dnsmasq restart | ||
+ | |||
+ | | ||
+ | | ||
+ |