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

Merge branch 'test' into develop

This commit is contained in:
suyuan 2022-10-17 20:08:10 +08:00
commit 5a33a8f7ee
3 changed files with 11 additions and 10 deletions

View file

@ -191,6 +191,7 @@ dnsmasq_create_server_backup() {
uci -q del_list "dhcp.${cfg}.server=$i"
fi
done
uci -q del_list "dhcp.${cfg}.server=127.0.0.1#5353"
fi
return 0
}