Skip to content

Commit 0719e9b

Browse files
committed
dnsdist: explicitly allow our local net in ACL
1 parent 01bff96 commit 0719e9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

etc/dnsdist/dnsdist-private.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
setSecurityPollSuffix("")
33

44
setLocal("{{ main_ip }}:53")
5+
addACL("{{ main_ip_with_mask }}")
56

67
--Private DNS
78
newServer({address="127.0.0.1:5300", pool="privatedns", healthCheckMode="up"})

0 commit comments

Comments
 (0)