SOURCES: bind-127.0.0.zone (NEW), bind-localhost.zone (NEW), bind-named.con...

adamg adamg at pld-linux.org
Fri Jun 20 10:50:34 CEST 2008


Author: adamg                        Date: Fri Jun 20 08:50:34 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new (from conf-pld.tar.gz)

---- Files affected:
SOURCES:
   bind-127.0.0.zone (NONE -> 1.1)  (NEW), bind-localhost.zone (NONE -> 1.1)  (NEW), bind-named.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bind-127.0.0.zone
diff -u /dev/null SOURCES/bind-127.0.0.zone:1.1
--- /dev/null	Fri Jun 20 10:50:35 2008
+++ SOURCES/bind-127.0.0.zone	Fri Jun 20 10:50:28 2008
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@			1D IN SOA	localhost. root.localhost. (
+					42		; serial (d. adams)
+					3H		; refresh
+					15M		; retry
+					1W		; expiry
+					1D )		; minimum
+
+			1D IN NS	localhost.
+1			1D IN PTR	localhost.

================================================================
Index: SOURCES/bind-localhost.zone
diff -u /dev/null SOURCES/bind-localhost.zone:1.1
--- /dev/null	Fri Jun 20 10:50:36 2008
+++ SOURCES/bind-localhost.zone	Fri Jun 20 10:50:29 2008
@@ -0,0 +1,10 @@
+$ORIGIN localhost.
+@			1D IN SOA	@ root (
+					42		; serial (d. adams)
+					3H		; refresh
+					15M		; retry
+					1W		; expiry
+					1D )		; minimum
+
+			1D IN NS	@
+			1D IN A		127.0.0.1

================================================================
Index: SOURCES/bind-named.conf
diff -u /dev/null SOURCES/bind-named.conf:1.1
--- /dev/null	Fri Jun 20 10:50:36 2008
+++ SOURCES/bind-named.conf	Fri Jun 20 10:50:29 2008
@@ -0,0 +1,56 @@
+// This is an exaple configuration file for named ( /etc/named.conf ) 
+// Przyk³adowy plik konfiguracyjny /etc/named.conf dla serwera nazw `named'
+
+options {
+	directory "/";
+	pid-file "named.pid";
+	auth-nxdomain yes;
+	datasize default;
+// Uncoment these to enable IPv6 connections support
+// IPv4 will still work
+//	listen-on { none; };
+//	listen-on-v6 { any; };
+};
+
+zone "localhost" IN {
+	type master;
+	file "M/localhost.zone";
+	allow-update { none; };
+	allow-transfer { any; };
+};
+
+zone "0.0.127.in-addr.arpa" IN {
+	type master;
+	file "M/127.0.0.zone";
+	allow-update { none; };
+	allow-transfer { any; };
+};
+
+zone "." IN {
+	type hint;
+	file "root.hint";
+};
+
+//zone "pld-linux.org" IN {
+//	type slave;
+//	file "S/pld-linux.org.zone";
+//	masters {
+//		    195.116.211.3; 
+//	};
+//	allow-query { any; };
+//	allow-transfer { any; };
+//};
+
+logging {
+        channel xfer-log {
+                file "named.log";
+                print-category yes;
+                print-severity yes;
+                print-time yes;
+                severity info;
+        };
+        category xfer-in { xfer-log; };
+        category xfer-out { xfer-log; };
+        category notify { xfer-log; };
+};
+
================================================================


More information about the pld-cvs-commit mailing list