We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43ae9b commit f42f428Copy full SHA for f42f428
bind/kerberos.zone
@@ -1,7 +1,7 @@
1
; $ORIGIN kerberos.org
2
$TTL 3600
3
@ IN SOA ns1 krbcore-dns.mit.edu. (
4
- 2013081202 ; Serial
+ 2014011500 ; Serial
5
604800 ; Refresh
6
86400 ; Retry
7
2419200 ; Expire
@@ -24,6 +24,7 @@ k5wiki.test 60 IN CNAME www.test
24
; public-facing test fixture for ptr-mismatch
25
kdc.test 60 IN A 18.3.60.40
26
_kerberos._udp.test 60 IN SRV 0 0 88 kdc.test
27
+_kerberos._tcp.test 60 IN SRV 0 0 88 kdc.test
28
29
; CNAME with intentionally mismatched PTR record
30
ptr-mismatch IN CNAME www
0 commit comments