diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-04-28 11:15:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-04-28 11:15:40 +0200 |
commit | 847082baa44fbe800c0c5c68bd6a85104c4202b5 (patch) | |
tree | a74186d887dcec79777e86fa653542607faee7ab /bind/named.conf.fake-222 | |
parent | 74eb7731300b31efd88ae36cecdf041f5fe03208 (diff) |
Limit public-e.dk to www+source+admin hostnames.
Diffstat (limited to 'bind/named.conf.fake-222')
-rw-r--r-- | bind/named.conf.fake-222 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index a850e58..2f09e51 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -30,7 +30,7 @@ zone "majasguf.dk" { file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones zone "public-e.dk" { type master; allow-transfer { none; }; - file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Sara Gebran + file "/usr/local/etc-JONES.DK/bind/fake-222/JONES-+source+admin"; }; // Sara Gebran zone "skovhaver.dk" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/fake-222/JONES"; }; // Jones |