Initial commit
This commit is contained in:
21
WF/bind/db.wf-wlan.netz
Normal file
21
WF/bind/db.wf-wlan.netz
Normal file
@ -0,0 +1,21 @@
|
||||
;
|
||||
; BIND data file for local wf.netz zone
|
||||
;
|
||||
$TTL 43600
|
||||
@ IN SOA ns.wf.netz. ckubu.oopen.de. (
|
||||
2013030701 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
|
||||
|
||||
IN NS ns.wf.netz.
|
||||
|
||||
; Gateway/Firewall
|
||||
gw-wf IN A 192.168.42.254
|
||||
gate IN CNAME gw-wf
|
||||
gw IN CNAME gw-wf
|
||||
gw-d11 IN CNAME gw-wf
|
Reference in New Issue
Block a user