mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
20 lines
570 B
Text
20 lines
570 B
Text
; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; 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 http://mozilla.org/MPL/2.0/.
|
|
|
|
$TTL 2
|
|
. IN SOA gson.nominum.com. a.root.servers.nil. (
|
|
2000042100 ; serial
|
|
600 ; refresh
|
|
600 ; retry
|
|
1200 ; expire
|
|
2 ; minimum
|
|
)
|
|
. NS a.root-servers.nil.
|
|
a.root-servers.nil. A 10.53.0.1
|
|
|
|
; no delegation
|
|
|
|
example. TXT "This is a test."
|