summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/127.0.0.rev.default
blob: 97bf97bb00b18f1c685c517df591e5e968da86dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; default file for 127.0.0.rev (to be used by bind8)
;
; setting a local DNS server for a local Class C network
; with an external DNS referee for non locally resolved address
;
; Don't forget to upgrade the Serial number after a change
;
@       IN      SOA     localhost. root.localhost. (
                                           1999070401 ; Serial
                                           28800      ; Refresh
                                           14400      ; Retry
                                           3600000    ; Expire
                                           86400 )    ; Minimum
                 IN  NS      127.0.0.1
		 IN  NS      __hname__.
		 
     1           IN PTR     localhost.