From 2ad5eb59a9bfb5ec2dc47347255d7e91cb26d916 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Sun, 10 Nov 2002 23:43:34 +0000
Subject: Misc. rornaestved.jones.dk related files added.

---
 bind/fake/ror.local              | 23 +++++++++++++++++++++++
 bind/named_RORNAESTVED_fake.conf |  1 +
 bind/named_debian.ror.local.conf |  1 +
 3 files changed, 25 insertions(+)
 create mode 100644 bind/fake/ror.local
 create mode 100644 bind/named_RORNAESTVED_fake.conf
 create mode 100644 bind/named_debian.ror.local.conf

(limited to 'bind')

diff --git a/bind/fake/ror.local b/bind/fake/ror.local
new file mode 100644
index 0000000..68b75dd
--- /dev/null
+++ b/bind/fake/ror.local
@@ -0,0 +1,23 @@
+$TTL	604800
+@	IN	SOA	localhost. root.localhost. (
+			      1		; Serial
+			 604800		; Refresh
+			  86400		; Retry
+			2419200		; Expire
+			 604800 )	; Negative Cache TTL
+;
+@	IN	NS	localhost.
+;
+gateway	IN	A	192.168.1.1
+server	IN	A	192.168.1.2
+www	IN	CNAME	server
+dns	IN	CNAME	server
+mail	IN	CNAME	server
+ntp	IN	CNAME	server
+proxy	IN	CNAME	server
+ldap	IN	CNAME	server
+ftp	IN	CNAME	server
+news	IN	CNAME	server
+rip	IN	CNAME	server
+
+debian	IN	CNAME	server
diff --git a/bind/named_RORNAESTVED_fake.conf b/bind/named_RORNAESTVED_fake.conf
new file mode 100644
index 0000000..615f01c
--- /dev/null
+++ b/bind/named_RORNAESTVED_fake.conf
@@ -0,0 +1 @@
+zone "ror.local"		{ type master;	file "/etc/local-COMMON/bind/fake/ror.local";		allow-transfer { none; }; };
diff --git a/bind/named_debian.ror.local.conf b/bind/named_debian.ror.local.conf
new file mode 100644
index 0000000..e7dea21
--- /dev/null
+++ b/bind/named_debian.ror.local.conf
@@ -0,0 +1 @@
+include "/etc/local-COMMON/bind/named_RORNAESTVED_fake.conf";
-- 
cgit v1.2.3