diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-17 19:02:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-17 19:02:05 +0200 |
commit | d7dcc181ad3a77f57a93049ed4429daf306d46de (patch) | |
tree | 42b74b9693d9276a93dae78626fbdcd7e2ea6267 /bind | |
parent | 529ce184742e523762ba47d5ce6e9ad4aa36f0fc (diff) |
Fix typo.
Diffstat (limited to 'bind')
-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 ff37737..8d9a92e 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -48,7 +48,7 @@ zone "skovhaver.dk" { type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www+source"; }; // Jones zone "stadsvandring.dk" { - type master; allow-transfer { nones; }; + type master; allow-transfer { none; }; file "/etc/local-JONES.DK/bind/fake-222/JONES-www"; }; // Paul Hartvigson zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type master; allow-transfer { none; }; |