2017年2月11日星期六

iptables查看NAT表

iptables -t nat -vnxL

编译SSR-libev

yum install -y gcc automake autoconf libtool make build-essential curl curl-devel zlib-devel openssl-devel perl perl-devel cpio expat-devel gettext-devel git asciidoc xmlto

git clone https://github.com/shadowsocksr/shadowsocksr-libev.git

cd shadowsocksr-libev
./configure && make
make install