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 ipq60xx

This commit is contained in:
suyuan 2022-10-17 20:08:25 +08:00
commit dbd6fca633
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
}