Quickly install and config ss (both gfwmode and chinaroute mode) for merlin
- Login router using SSH
- opkg update
- opkg install shadowsocks-libev-ss-redir
- opkg install shadowsocks-libev-ss-tunnel
- Login your router using SSH, change directory to /opt/etc
- curl https://raw.githubusercontent.com/xckai/merlin-ss/master/getSS.sh | sh
- config your shadowsocks' server ,password and encryption method;
- config your own rules[option]
- dst2direct.ip : ip list,router will not proxy those ip ;
- dst2proxy.ip: ip list, router will proxy those ip;
- proxy.domain: domain list, router will proxy those domain;
- using
./shadowsocks.sh updateGFWFile
to update your local GFW rules; - using
./shadowsocks.sh updateCustomProxy
to update your own rules; - using
./shadowsocks.sh startRouter
to config router's iptables; - using
./shadowsocks.sh startSS
to start shadowsock's process; - using
./shadowsocks.sh
show the help file.
- support gfwmode mode
- disable adblock because the domain_block file is too large, it cost too mush resource and suspend the DNSMASQ service. Recommand using pi-hole instead.