mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
No error in log
This commit is contained in:
parent
664fd7c696
commit
7a86a163f5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ _bypass_proto() {
|
||||||
}
|
}
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
ipset -q flush ss_rules_dst_bypass
|
ipset -q flush ss_rules_dst_bypass > /dev/null 2>&1
|
||||||
ipset -q --exist restore <<-EOF
|
ipset -q --exist restore <<-EOF
|
||||||
create ss_rules_dst_bypass hash:net hashsize 64
|
create ss_rules_dst_bypass hash:net hashsize 64
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue