User Tools

Site Tools


linux:openwrt:openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:openwrt:openwrt [2020/10/23 10:16] – [Install luci] percylinux:openwrt:openwrt [2020/10/23 23:53] percy
Line 35: Line 35:
 ===== Install tools ===== ===== Install tools =====
 ``` ```
-opkg install curl unzip wget-ssl+opkg install curl unzip wget-ssl ipset
  
 ``` ```
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
 +
 +  
 +  
 +
/var/www/dokuwiki/wiki/data/pages/linux/openwrt/openwrt.txt · Last modified: 2022/05/03 19:52 by jianqing