aboutsummaryrefslogtreecommitdiff
path: root/bind/conf/named.conf
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-08-10 17:43:50 +0000
committerMike Crute <mike@crute.us>2020-08-10 17:43:50 +0000
commit68694707ae2f80a647e64926cbf4cc66d71e96e5 (patch)
tree45f250960c8d470ee895285b2686402cf88fc7a3 /bind/conf/named.conf
parent4a686fb5917145458c5d69f8c2f9d7988f86eea6 (diff)
downloaddockerfiles-68694707ae2f80a647e64926cbf4cc66d71e96e5.tar.bz2
dockerfiles-68694707ae2f80a647e64926cbf4cc66d71e96e5.tar.xz
dockerfiles-68694707ae2f80a647e64926cbf4cc66d71e96e5.zip
bind: convert to config generation
Diffstat (limited to 'bind/conf/named.conf')
-rw-r--r--bind/conf/named.conf28
1 files changed, 1 insertions, 27 deletions
diff --git a/bind/conf/named.conf b/bind/conf/named.conf
index 1f4ff6e..b79af07 100644
--- a/bind/conf/named.conf
+++ b/bind/conf/named.conf
@@ -57,30 +57,4 @@ controls {
57 inet ::1 allow { localhost; } keys { "rndc-key"; }; 57 inet ::1 allow { localhost; } keys { "rndc-key"; };
58}; 58};
59 59
60acl internal-nets { 60include "/etc/bind/named_local.conf";
61 172.16.0.0/16; // SEA1 - AWS
62 172.17.0.0/16; // SEA2
63 172.18.0.0/16; // FKL1
64 172.19.0.0/16; // SEA4
65
66 2600:1f14:f39:e000::/56; // PDX1
67 2600:1f16:33:500::/56; // CMH1
68 2a05:d01c:7ba:b800::/56; // LHR1
69 2602:0803:4070::/64; // SEA1 Private Net
70 2602:0803:4000::/40; // Pomona ARIN Delegation
71
72 192.168.255.0/24; // Local Docker Bridge
73
74 23.149.16.0/24; // Pomona ARIN Delegation
75};
76
77acl all-masters {
78 // PDX1 Gateway
79 50.112.45.116;
80 54.148.70.70;
81 172.16.18.73;
82 172.16.18.52;
83 2600:1f14:f39:e000:9fb5:8745:4eec:28b8;
84};
85
86include "/etc/bind/local/zones.conf";