Files
.tilde/db.nix.tilde

15 lines
501 B
Plaintext
Raw Normal View History

2025-05-09 20:24:01 -06:00
; BIND data file for nix.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.nix.tilde. (
2026-01-23 17:00:02 -07:00
2026012401 ; Serial
2025-05-09 20:24:01 -06:00
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME nix.tilde
2025-07-05 00:11:02 -06:00
@ IN A 135.148.100.14
* IN A 135.148.100.14