diff --git a/openwrt/files/shadowsocks.init b/openwrt/files/shadowsocks.init index 7d179638..85e71dc9 100644 --- a/openwrt/files/shadowsocks.init +++ b/openwrt/files/shadowsocks.init @@ -8,7 +8,7 @@ SERVICE_WRITE_PID=1 SERVICE_DAEMONIZE=1 start() { - service_start /usr/bin/ss-local -c /etc/shadowsocks.json + service_start /usr/bin/ss-local -b 0.0.0.0 -c /etc/shadowsocks.json } stop() {