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

Delete old dnsmasq ipset when using dscp nft

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-18 10:03:46 +01:00
parent 91316a23a4
commit c184f30c10
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
cd /etc/uci-defaults || exit 0
# Keep dnsmasq ipset with old method
rm -f /etc/uci-defaults/50-dnsmasq-migrate-ipset.sh
uci -q del dhcp.@dnsmasq[0].ipset
source /etc/os-release