Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes. Signed-off-by: aa65535 <aa65535@live.com>
6 lines
171 B
Bash
6 lines
171 B
Bash
#!/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
|