mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00: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:
6
net/shadowsocks-libev/files/firewall.include
Normal file
6
net/shadowsocks-libev/files/firewall.include
Normal 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
|
||||
Reference in New Issue
Block a user