Crafter6432
Workaholic
Hi,
ich habe mir bind9 eingerichtet klappt auch alles Super nur bekomme ich es nicht hin eien SRV record zu erstellen mein Zonefile:
Weis jemand wo der Fehler liegt? Alle anderen Records funktionieren.
ich habe mir bind9 eingerichtet klappt auch alles Super nur bekomme ich es nicht hin eien SRV record zu erstellen mein Zonefile:
Code:
;; db.domain.tld
;; Forwardlookupzone für domainname
;;
$TTL 2D
@ IN SOA ns1.domain.tld. admin.domain.tld. (
2006032201 ; Serial
8H ; Refresh
2H ; Retry
1W ; Expire
3H ) ; NX (TTL Negativ Cache)
@ IN NS ns1.domain.tld.
IN MX 10 mail.domain.tld.
IN A IP
_minecraft._tcp.domain.tld. 3600 IN SRV 0 0 25555 pvp.domain.tld.
www IN CNAME domain.tld
mail IN CNAME mail.domain.tld
ns1 IN A IP
Weis jemand wo der Fehler liegt? Alle anderen Records funktionieren.
Zuletzt bearbeitet: