mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-10 14:44:22 +02:00
11 lines
423 B
Dns
11 lines
423 B
Dns
$TTL 1W
|
|
@ IN SOA ns.localhost. root.localhost. (
|
|
2002081601 ; Serial
|
|
28800 ; Refresh
|
|
14400 ; Retry
|
|
604800 ; Expire - 1 week
|
|
86400 ) ; Minimum
|
|
@ IN NS ns
|
|
ns IN A 127.0.0.1
|
|
|
|
ns IN AAAA ::1
|