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 2023-12-20 20:08:14 +08:00 committed by GitHub
commit 6dc9a8a11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 104 deletions

View file

@ -9,7 +9,7 @@
START=90
STOP=10
USE_PROCD=1
EXTRA_COMMAND="start_interface"
EXTRA_COMMANDS="start_interface"
}
. /usr/lib/unbound/iptools.sh
@ -355,6 +355,7 @@ _gre_tunnel() {
start_interface() {
[ -z "$1" ] && return
config_load network
_launch_tracker $1
}