mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
Gabriel Arazas
0760acb676
Now we're going beyond these structuring as we might have to accomodate non-system configurations like Nixvim.
20 lines
406 B
Dns
20 lines
406 B
Dns
$TTL 12h
|
|
$ORIGIN plover.foodogsquared.one.
|
|
|
|
@ 3600 IN SOA ns hostmaster.foodogsquared.one. (
|
|
2023062201 ; serial number
|
|
1h ; refresh
|
|
15m ; update retry
|
|
3w ; expiry
|
|
2h ; nx = nxdomain ttl
|
|
)
|
|
3600 IN NS ns
|
|
|
|
ns 3600 IN A @ploverLANIPv4@
|
|
3600 IN AAAA @ploverLANIPv6@
|
|
|
|
* 3600 IN A @ploverLANIPv4@
|
|
3600 IN AAAA @ploverLANIPv6@
|
|
|
|
; vim: expandtab! tabstop=8 shiftwidth=8 filetype=dns
|