1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2022-10-17 08:14:06 +02:00
parent 410791e530
commit 5195a71f6a

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
}