From 37cce4c2d61f0670285adfb43b222f9399e1bb23 Mon Sep 17 00:00:00 2001 From: kameron on pi502 Date: Tue, 25 Feb 2025 15:25:26 -0500 Subject: [PATCH] fix acl --- dnsdist.conf | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsdist.conf b/dnsdist.conf index 1f0826d..5d39cb3 100644 --- a/dnsdist.conf +++ b/dnsdist.conf @@ -1,6 +1,6 @@ ---- ACL setACL("0.0.0.0/0") -- whole world can talk to authorative server -setACL("::/0") -- whole world can talk to authoritative server +addACL("::/0") -- whole world can talk to authoritative server ---- Listen addresses addLocal('0.0.0.0:53', { reusePort=true }) diff --git a/docker-compose.yml b/docker-compose.yml index 72b783c..4fcf666 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -90,7 +90,7 @@ services: build: dockerfile: Dockerfile.dnsdist container_name: pubdnsdist1 - image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.02 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.03 networks: pub_dns_net: ipv4_address: 10.99.153.251 @@ -104,7 +104,7 @@ services: build: dockerfile: Dockerfile.dnsdist container_name: pubdnsdist2 - image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.02 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.03 networks: pub_dns_net: ipv4_address: 10.99.153.252