summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/ipnet.rev.default
blob: 6d93cba0f0aadfe7d38ed35a633e99c6538e2311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$ORIGIN .
$TTL 86400      ; 1 day
; default file for 192.168.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
;
; replace the __xxx__ values by the real ones
;
; Don't forget to upgrade the Serial number after a change
;
__revnet__.in-addr.arpa       IN      SOA     __dname__. root.__dname__.  (
                                           1999070401 ; Serial
                                           28800      ; Refresh
                                           14400      ; Retry
                                           3600000    ; Expire
                                           86400 )    ; Minimum
            IN NS           __hname__.

$ORIGIN __revnet__.in-addr.arpa.
$TTL 3600       ; 1 hour

__nb__		IN PTR	__hname__.


;1	IN PTR	box1.     
;2	IN PTR	box2.     

;  	254	IN PTR	box254.