diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:22:28 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:22:28 +0000 |
commit | c11906fa6aa75a5b25d7a83bfe79dad5480ff3f2 (patch) | |
tree | fbc061d4f15c78656cd32cf289d8714c34935f0f /bind | |
parent | 537585fb4ef29b81711edced1674a71b7357e385 (diff) |
Separate IDA domains from BITBASE.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 4818dea..ccb9ccb 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,5 +1,5 @@ // include "/etc/local-COMMON/bind/named_NETx.LOCAL_fake.conf"; include "/etc/local-COMMON/bind/named_BITBASE_sec.conf"; include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf"; +include "/etc/local-COMMON/bind/named_IDA_sec.conf"; include "/etc/local-COMMON/bind/named_LAB_sec.conf"; -// include "/etc/local-COMMON/bind/named_XENUX_sec.conf"; |