Skip to content

Commit f42f428

Browse files
committed
Add TCP to test.kerberos.org SRV
1 parent e43ae9b commit f42f428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bind/kerberos.zone

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; $ORIGIN kerberos.org
22
$TTL 3600
33
@ IN SOA ns1 krbcore-dns.mit.edu. (
4-
2013081202 ; Serial
4+
2014011500 ; Serial
55
604800 ; Refresh
66
86400 ; Retry
77
2419200 ; Expire
@@ -24,6 +24,7 @@ k5wiki.test 60 IN CNAME www.test
2424
; public-facing test fixture for ptr-mismatch
2525
kdc.test 60 IN A 18.3.60.40
2626
_kerberos._udp.test 60 IN SRV 0 0 88 kdc.test
27+
_kerberos._tcp.test 60 IN SRV 0 0 88 kdc.test
2728

2829
; CNAME with intentionally mismatched PTR record
2930
ptr-mismatch IN CNAME www

0 commit comments

Comments
 (0)