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:
parent
f79f9204d0
commit
a0c21d570e
5 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue