add scorch and stoepsel to dns

This commit is contained in:
Jörg Thalheim 2013-11-02 19:53:57 +01:00
parent dacfcf0be4
commit 90953b1b29
2 changed files with 11 additions and 9 deletions

View File

@ -1,17 +1,19 @@
@ IN SOA higgsboson.tk. hostmaster (
301 ; serial
304 ; serial
1H ; refresh
4H ; retry
3W ; expire
1D ) ; minimun
NS higgsboson.tk.
1.2 PTR matchbox.vpn
1.3 PTR facesforfriends.vpn
1.10 PTR turingmachine.vpn
13.37 PTR scorch
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
93.93 PTR stoepsel
93.69 PTR stoepseldesktop

View File

@ -1,23 +1,23 @@
@ IN SOA higgsboson.tk. hostmaster (
301 ; serial
304 ; 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
localhost A 127.0.0.1
matchbox A 10.42.1.2
facesforfriends A 10.42.1.3
turingmachine A 10.42.1.10
scorch A 10.42.13.37
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
stoepsel A 10.42.93.93
stoepseldesktop A 10.42.93.69