dns-intern: move cannelloni to user vlan, add tmp

This commit is contained in:
Markus 2019-04-01 18:35:27 +02:00
parent 5c07927012
commit ad2e2dca6b
2 changed files with 8 additions and 4 deletions

View File

@ -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. (
2019030901; serial
2019040101; serial
1d; refresh
2h; retry
4w; expire
@ -44,7 +44,6 @@ $TTL 1h ; default time-to-live
33.2 IN PTR pizza.binary.kitchen.
34.2 IN PTR apfelkuchen.binary.kitchen.
36.2 IN PTR schweinshaxn.binary.kitchen.
43.2 IN PTR cannelloni.binary.kitchen.
44.2 IN PTR cashdesk.binary.kitchen.
62.2 IN PTR bowle.binary.kitchen.
91.2 IN PTR spiegelei.binary.kitchen.
@ -58,7 +57,10 @@ $GENERATE 10-230 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
244.3 IN PTR mirror.binary.kitchen.
245.3 IN PTR spaghetti.binary.kitchen.
246.3 IN PTR maccaroni.binary.kitchen.
247.3 IN PTR pve02-bmc.tmp.binary.kitchen.
248.3 IN PTR pve02.tmp.binary.kitchen.
249.3 IN PTR ffrgb.binary.kitchen.
250.3 IN PTR cannelloni.binary.kitchen.
; MQTT
1.4 IN PTR v2304.core.binary.kitchen.
6.4 IN PTR pizza.mqtt.binary.kitchen.

View File

@ -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. (
2019030901; serial
2019040101; serial
1d; refresh
2h; retry
4w; expire
@ -58,7 +58,6 @@ matrix IN A 172.23.2.13
pizza IN A 172.23.2.33
apfelkuchen IN A 172.23.2.34
schweinshaxn IN A 172.23.2.36
cannelloni IN A 172.23.2.43
cashdesk IN A 172.23.2.44
bowle IN A 172.23.2.62
spiegelei IN A 172.23.2.91
@ -72,7 +71,10 @@ garlic IN A 172.23.3.243
mirror IN A 172.23.3.244
spaghetti IN A 172.23.3.245
maccaroni IN A 172.23.3.246
pve02-bmc.tmp IN A 172.23.3.247
pve02.tmp IN A 172.23.3.248
ffrgb IN A 172.23.3.249
cannelloni IN A 172.23.3.250
; MQTT
v2304.core IN A 172.23.4.1
pizza.mqtt IN A 172.23.4.6