shadowsocks-libev: add package

Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes.

Signed-off-by: aa65535 <aa65535@live.com>
This commit is contained in:
aa65535
2015-07-02 14:15:02 +08:00
parent 290489d997
commit 024bd84282
5 changed files with 430 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
if pidof ss-redir>/dev/null; then
/etc/init.d/shadowsocks-libev rules
logger -t ShadowSocks-libev "Reloading ShadowSocks-libev due to restart of firewall"
fi