diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-05-03 11:13:54 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-05-03 11:13:54 +0200 |
commit | ffc4fb1849eff76e09723ef1bd8ff4cf5975475d (patch) | |
tree | 3f9084ab918de1df4e91053df1eacbeb0fe8eac0 /bind | |
parent | 29d6f95318cfb9643021256f8271e7deeab33db4 (diff) |
Add new realm SHAKTI.IN.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 7b8a5e9..2d2b4d4 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -9,6 +9,7 @@ view "internal" { include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; include "/etc/bind/named.conf.default-zones"; }; @@ -25,6 +26,7 @@ view "external" { include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK"; + include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN"; include "/etc/bind/named.conf.default-zones"; }; |