1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2024-01-18 01:53:34 +08:00 committed by GitHub
commit d360810a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 61 additions and 3 deletions

View file

@ -922,6 +922,11 @@ reload_service() {
stop
start
}
restart_service() {
RELOAD=1
stop
start
}
reload_rules() {
#[ "$( ipset -n list | grep omr_ )" = "" ] && return 0