iodine Dienst hinzugefügt
This commit is contained in:
parent
434350a682
commit
9709de7781
|
@ -1,7 +1,7 @@
|
|||
$ORIGIN ffnord.net.
|
||||
$TTL 3600 ; 1 Tag
|
||||
@ IN SOA srv01.hamburg.freifunk.net. hostmaster.hamburg.freifunk.net. (
|
||||
2015050100; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMDDVV)
|
||||
2015051500; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMDDVV)
|
||||
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
|
||||
|
@ -34,6 +34,10 @@ updates A 212.12.51.134 ; srv01.ffhh, dns load balancing for updates
|
|||
updates A 213.128.138.162 ; srv02.ffhh, dns load balancing for updates
|
||||
AAAA 2001:868:100:d00::15
|
||||
|
||||
i NS ins.ffnord.net.
|
||||
ins A 144.76.72.235
|
||||
|
||||
|
||||
conference A 213.128.138.162
|
||||
AAAA 2001:868:100:d00::15
|
||||
xmpp A 213.128.138.162
|
||||
|
|
|
@ -22,7 +22,7 @@ options {
|
|||
|
||||
auth-nxdomain no; # conform to RFC1035
|
||||
listen-on-v6 { any; };
|
||||
|
||||
query-source-v6 address 2a03:2267::101;
|
||||
edns-udp-size 512;
|
||||
max-udp-size 512;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue