]> Frank Brehm's Git Trees - bind/helga.git/commitdiff
Initial revision
authorroot <empty>
Wed, 26 May 2010 13:12:52 +0000 (13:12 +0000)
committerroot <empty>
Wed, 26 May 2010 13:12:52 +0000 (13:12 +0000)
pri/127.zone [new file with mode: 0644]
pri/localhost.zone [new file with mode: 0644]

diff --git a/pri/127.zone b/pri/127.zone
new file mode 100644 (file)
index 0000000..ebce95f
--- /dev/null
@@ -0,0 +1,12 @@
+$ORIGIN 127.in-addr.arpa.
+$TTL 1W
+@                       1D IN SOA       localhost. root.localhost. (
+                                        2008122601      ; serial
+                                        3H              ; refresh
+                                        15M             ; retry
+                                        1W              ; expiry
+                                        1D )            ; minimum
+
+@                       1D IN NS        localhost.
+1.0.0                   1D IN PTR       localhost.
+
diff --git a/pri/localhost.zone b/pri/localhost.zone
new file mode 100644 (file)
index 0000000..2e7a591
--- /dev/null
@@ -0,0 +1,11 @@
+$TTL 1W
+@       IN      SOA     localhost. root.localhost.  (
+                                      2008122601 ; Serial
+                                      28800      ; Refresh
+                                      14400      ; Retry
+                                      604800     ; Expire - 1 week
+                                      86400 )    ; Minimum
+@              IN      NS      localhost.
+@              IN      A       127.0.0.1
+
+@              IN      AAAA    ::1