muzea / note

0 stars 0 forks source link

newifi3 #12

Open muzea opened 5 years ago

muzea commented 5 years ago

上网部分

shadowsocks-libev 可以直接安装 https://openwrt.org/packages/table/start?dataflt%5BName_pkg-dependencies*~%5D=shadowsocks-libev

bbr也可以直接开启 https://forum.openwrt.org/t/openwrt-18-06-0-tcp-bbr/18455/20

opkg update
opkg install kmod-tcp-bbr

/etc/sysctl.conf

net.core.default_qdisc=fq_codel
net.ipv4.tcp_congestion_control=bbr

https://github.com/softwaredownload/openwrt-fanqiang

mkdir -p /etc/shadowsocks-libev
curl https://raw.githubusercontent.com/softwaredownload/openwrt-fanqiang/master/openwrt/default/etc/shadowsocks-libev/ip_china.txt > /etc/shadowsocks-libev/ip_china.txt