forked from infra/ansible
dns-intern: fix typo in hostname
This commit is contained in:
parent
008f64cb08
commit
8d7d6f6765
@ -1,7 +1,7 @@
|
||||
$ORIGIN 23.172.in-addr.arpa. ; base for unqualified names
|
||||
$TTL 1h ; default time-to-live
|
||||
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
||||
2018082000; serial
|
||||
2018082100; serial
|
||||
1d; refresh
|
||||
2h; retry
|
||||
4w; expire
|
||||
@ -46,7 +46,7 @@ $TTL 1h ; default time-to-live
|
||||
60.2 IN PTR punsch.binary.kitchen.
|
||||
62.2 IN PTR bowle.binary.kitchen.
|
||||
91.2 IN PTR spiegelei.binary.kitchen.
|
||||
92.2 IN PTR obazda.binary.kitchen.
|
||||
92.2 IN PTR obatzda.binary.kitchen.
|
||||
; Clients
|
||||
1.3 IN PTR v2303.core.binary.kitchen.
|
||||
$GENERATE 10-240 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
|
||||
|
@ -1,7 +1,7 @@
|
||||
$ORIGIN binary.kitchen ; base for unqualified names
|
||||
$TTL 1h ; default time-to-live
|
||||
@ IN SOA ns.binary.kitchen. hostmaster.binary.kitchen. (
|
||||
2018082000; serial
|
||||
2018082100; serial
|
||||
1d; refresh
|
||||
2h; retry
|
||||
4w; expire
|
||||
@ -61,7 +61,7 @@ cashdesk IN A 172.23.2.44
|
||||
punsch IN A 172.23.2.60
|
||||
bowle IN A 172.23.2.62
|
||||
spiegelei IN A 172.23.2.91
|
||||
obazda IN A 172.23.2.92
|
||||
obatzda IN A 172.23.2.92
|
||||
; Clients
|
||||
v2303.core IN A 172.23.3.1
|
||||
$GENERATE 1-240 dhcp-${0,3,d}-03 IN A 172.23.3.$
|
||||
|
Loading…
Reference in New Issue
Block a user