1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix tcp keepalive change

This commit is contained in:
Ycarus 2018-06-14 22:39:42 +02:00
parent f79f9204d0
commit a0c21d570e
5 changed files with 13 additions and 5 deletions

View file

@ -317,6 +317,11 @@ stop_service() {
rm -rf "$ss_confdir"
}
reload_service() {
stop
start
}
_rules_status() {
[ -n "$(iptables -t nat -L | grep ss_rules_forward)" ] && return 1
return 0