We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e0d96 commit 9398bcaCopy full SHA for 9398bca
templates/designatebackendbind9/config-named/options.conf
@@ -9,10 +9,10 @@ options {
9
10
# TODO: The '*'s need to be replaced by actual addresses.
11
{{ if eq .IPVersion "4" }}
12
- listen-on port 53 { *; };
+ listen-on port 53 { any; };
13
listen-on-v6 { none; };
14
{{ else if eq .IPVersion "6" }}
15
- listen-on-v6 port 53 { *; };
+ listen-on-v6 port 53 { any; };
16
listen-on { none; };
17
{{ end }}
18
0 commit comments