mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user