feat: use dnsmasq ipset and remove all code about refreshing

This commit is contained in:
2025-07-30 19:44:46 -06:00
parent 0c9cbff302
commit 314ee9dbe6
3 changed files with 172 additions and 86 deletions

View File

@@ -6,7 +6,8 @@ RUN apk add --no-cache \
bind-tools \
curl \
bash \
iproute2
iproute2 \
ipset
COPY network-filter.sh /network-filter.sh