nixos-config/configs/nixos/plover/config/dns/plover.foodogsquared.one.zone
Gabriel Arazas 0760acb676
configs: consolidate NixOS and home-manager config into one configs folder
Now we're going beyond these structuring as we might have to accomodate
non-system configurations like Nixvim.
2024-01-15 07:45:43 +08:00

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