ss的iptables脚本
最近想把ss给搞到linux里,不想使用openwrt来给公司fq,毕竟openwrt对内存有限制,而linux系统没有这方面的限制,正好在搞的过程中,发现了个不错的脚步,可以配合ss+ss-readir+ipset来使用,具体脚本内容看下面:
cat shadowiptables.sh
#!/bin/sh #自动翻墙脚本,配合shadowsocks-libev的ss-redir使用。需要ipset( apt-get install ipset) server_IP=1.1.1.1 [ -r chnroute.txt ] || curl 'http://ftp.apnic.n...