mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 22:26:50 +02:00
11 lines
227 B
Dns
11 lines
227 B
Dns
$ORIGIN 127.in-addr.arpa.
|
|
$TTL 1W
|
|
@ 1D IN SOA localhost. root.localhost. (
|
|
2002081601 ; serial
|
|
3H ; refresh
|
|
15M ; retry
|
|
1W ; expiry
|
|
1D ) ; minimum
|
|
|
|
1D IN NS localhost.
|
|
1 1D IN PTR localhost.
|