1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 20:33:58 +02:00
openwrt-packages/net/shadowsocks-libev/files/firewall.include
aa65535 024bd84282 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>
2015-07-03 11:01:32 +08:00

7 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