.tilde/db.nix.tilde

15 lines
501 B
Plaintext
Raw Normal View History

2025-05-10 02:24:01 +00:00
; BIND data file for nix.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.nix.tilde. (
2025-07-27 00:00:02 +00:00
2025072701 ; Serial
2025-05-10 02:24:01 +00: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 06:11:02 +00:00
@ IN A 135.148.100.14
* IN A 135.148.100.14