mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2026-03-23 15:38:56 +01:00
fix ipv4 of host01
This commit is contained in:
parent
5aa676aaaa
commit
8951aa0dac
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
$ORIGIN hamburg.freifunk.net.
|
||||
$TTL 3600 ; 1 Stunde
|
||||
@ IN SOA dns01.hamburg.freifunk.net. hostmaster.hamburg.freifunk.net. (
|
||||
2025091500; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMDDVV)
|
||||
2026031600; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMDDVV)
|
||||
1800 ; refresh: Sekundenabstand, in dem die Slaves anfragen, ob sich etwas geändert hat
|
||||
7200 ; retry: Sekundenabstand, in denen ein Slave wiederholt, falls sein Master nicht antwortet
|
||||
3600000 ; expire: wenn der Master auf einen Zonentransfer-Request nicht reagiert, deaktiviert ein Slave nach dieser Zeitspanne in Sekunden die Zone
|
||||
|
|
@ -113,7 +113,7 @@ clients NS srv03
|
|||
|
||||
; physical hosts
|
||||
host01 AAAA 2a00:ea8:100:8::3 ; n@work
|
||||
A 212.12.38.182
|
||||
A 193.96.224.244
|
||||
host02 AAAA 2001:868:100:d00::1000 ; IPHH
|
||||
A 193.96.224.253
|
||||
host03 AAAA 2a00:1f78:c:e::d ; artfiles
|
||||
|
|
@ -121,7 +121,7 @@ host04 AAAA 2a03:2267:ffff:0d00::1 ; netzwerge
|
|||
A 193.96.224.209
|
||||
|
||||
; BGP BACKBONE
|
||||
wandale0 A 212.12.38.182 ; n@work
|
||||
wandale0 A 193.96.224.244 ; n@work
|
||||
AAAA 2a00:ea8:100:8::2
|
||||
wende1 A 213.128.138.162 ; IPHH
|
||||
AAAA 2001:868:100:d00::10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue