This commit is contained in:
Ludwig Behm 2024-04-19 18:26:59 +02:00
commit 01910e3f75
18 changed files with 6676 additions and 0 deletions

View file

@ -0,0 +1,11 @@
server:
ip-address: 192.168.1.1
port: 53
server-count: 1
hide-version: yes
identity: "doorito.tuer.kraut.space"
zonesdir: "/etc/nsd/zones"
zone:
name: kraut.space
zonefile: kraut.space

15
nsd/zones/kraut.space Normal file
View file

@ -0,0 +1,15 @@
$ORIGIN kraut.space. ; default zone domain
$TTL 60 ; default time to live
@ IN SOA doorito.tuer.kraut.space. office.kraut.space. (
2404182124 ; serial number <yymmddHHMM>
60 ; Refresh
7200 ; Retry
60 ; Expire
60 ; Min TTL
)
IN NS doorito.tuer.kraut.space.
doorito.tuer IN A 192.168.1.1
tuer IN A 192.168.1.1