add dns zone file
This commit is contained in:
parent
a3a45e9d07
commit
4aab5ab32b
15
dns/0.0.42.10.in-addr.arpa
Normal file
15
dns/0.0.42.10.in-addr.arpa
Normal file
@ -0,0 +1,15 @@
|
||||
@ IN SOA higgsboson.tk. hostmaster (
|
||||
300 ; serial
|
||||
1H ; refresh
|
||||
4H ; retry
|
||||
3W ; expire
|
||||
1D ) ; minimun
|
||||
NS higgsboson.tk.
|
||||
|
||||
|
||||
1.2 PTR matchbox.vpn
|
||||
16.1 PTR higgsboson.vpn
|
||||
7.25 PTR devkid-server
|
||||
15.1 PTR devkid-router
|
||||
15.100 PTR devkid-desktop
|
||||
15.110 PTR devkid-nas
|
22
dns/vpn.zone
Normal file
22
dns/vpn.zone
Normal file
@ -0,0 +1,22 @@
|
||||
@ IN SOA higgsboson.tk. hostmaster (
|
||||
300 ; serial
|
||||
1H ; refresh
|
||||
4H ; retry
|
||||
3W ; expire
|
||||
1D ) ; minimum
|
||||
; torvalds.schroder.net serves this domain as both the
|
||||
; name server (NS) and mail exchange (MX)
|
||||
NS higgsboson.tk.
|
||||
; define domain functions with CNAMEs
|
||||
status CNAME higgsboson
|
||||
ftp CNAME devkid-nas
|
||||
; just in case someone asks for localhost.schroder.net
|
||||
localhost A 127.0.0.1
|
||||
; our hostnames, in alphabetical order
|
||||
matchbox A 10.42.1.2
|
||||
turingmachine A 10.42.1.10
|
||||
higgsboson A 10.42.16.1
|
||||
devkid-router A 10.42.15.1
|
||||
devkid-desktop A 10.42.15.100
|
||||
devkid-server A 10.42.7.25
|
||||
devkid-nas A 10.42.15.110
|
Loading…
Reference in New Issue
Block a user