mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
11 lines
397 B
Plaintext
11 lines
397 B
Plaintext
$TTL 30M
|
|
@ IN SOA linode.atoom.net. miek.miek.nl. (
|
|
1282630058 ; Serial
|
|
4H ; Refresh
|
|
1H ; Retry
|
|
7D ; Expire
|
|
4H ) ; Negative Cache TTL
|
|
IN NS linode.atoom.net.
|
|
|
|
go IN TXT "Hello!"
|