mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03:00
I've used the following command to remove the trailing whitespace for all tracked text files: git grep -Il '' | xargs sed -i 's/[ \t]*$//'
63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; SPDX-License-Identifier: MPL-2.0
|
|
;
|
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
; file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
;
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
; information regarding copyright ownership.
|
|
|
|
; -*- zone -*-
|
|
; this was generated by a Samba4 provision, and is typical
|
|
; of a AD DNS zone
|
|
$ORIGIN example.nil.
|
|
$TTL 1W
|
|
@ IN SOA blu hostmaster (
|
|
2010113027 ; serial
|
|
2D ; refresh
|
|
4H ; retry
|
|
6W ; expiry
|
|
1W ) ; minimum
|
|
IN NS blu
|
|
|
|
IN A 10.53.0.1
|
|
;
|
|
|
|
blu IN A 10.53.0.1
|
|
gc._msdcs IN A 10.53.0.1
|
|
|
|
fb33eb58-5d58-4100-a114-256e0a97ffc1._msdcs IN CNAME blu
|
|
;
|
|
; global catalog servers
|
|
_gc._tcp IN SRV 0 100 3268 blu
|
|
_gc._tcp.Default-First-Site-Name._sites IN SRV 0 100 3268 blu
|
|
_ldap._tcp.gc._msdcs IN SRV 0 100 3268 blu
|
|
_ldap._tcp.Default-First-Site-Name._sites.gc._msdcs IN SRV 0 100 3268 blu
|
|
;
|
|
; ldap servers
|
|
_ldap._tcp IN SRV 0 100 389 blu
|
|
_ldap._tcp.dc._msdcs IN SRV 0 100 389 blu
|
|
_ldap._tcp.pdc._msdcs IN SRV 0 100 389 blu
|
|
_ldap._tcp.d86745b4-f3e0-4af3-be03-2130d1534be8.domains._msdcs IN SRV 0 100 389 blu
|
|
_ldap._tcp.Default-First-Site-Name._sites IN SRV 0 100 389 blu
|
|
_ldap._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 389 blu
|
|
;
|
|
; krb5 servers
|
|
_kerberos._tcp IN SRV 0 100 88 blu
|
|
_kerberos._tcp.dc._msdcs IN SRV 0 100 88 blu
|
|
_kerberos._tcp.Default-First-Site-Name._sites IN SRV 0 100 88 blu
|
|
_kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 88 blu
|
|
_kerberos._udp IN SRV 0 100 88 blu
|
|
; MIT kpasswd likes to lookup this name on password change
|
|
_kerberos-master._tcp IN SRV 0 100 88 blu
|
|
_kerberos-master._udp IN SRV 0 100 88 blu
|
|
;
|
|
; kpasswd
|
|
_kpasswd._tcp IN SRV 0 100 464 blu
|
|
_kpasswd._udp IN SRV 0 100 464 blu
|
|
;
|
|
; heimdal 'find realm for host' hack
|
|
_kerberos IN TXT EXAMPLE.NIL
|