mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2026-03-23 15:38:56 +01:00
Fix reverse DNS, vpn03f only has a single IP
This commit is contained in:
parent
86da2c7bb4
commit
ffcb9fd51a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
$ORIGIN 224.96.193.in-addr.arpa.
|
||||
$TTL 86400 ; 1 Tag
|
||||
@ IN SOA dns01.hamburg.freifunk.net. hostmaster.hamburg.freifunk.net. (
|
||||
2025061201; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMTTVV)
|
||||
2026031201; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMTTVV)
|
||||
86400 ; 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
|
||||
|
|
@ -64,7 +64,7 @@ $TTL 86400 ; 1 Tag
|
|||
; 241 free host01
|
||||
242 PTR muehlentor.mesh.ffhl.chaotikum.org.
|
||||
243 PTR nat-243-vpn03f.berlin.freifunk.net.
|
||||
244 PTR vpn03f.berlin.freifunk.net.
|
||||
244 PTR host01.hamburg.freifunk.net.
|
||||
245 PTR host01-br.wandale0.hamburg.freifunk.net.
|
||||
246 PTR wg02.hamburg.freifunk.net.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue