From 9cfa8a35836db41ab54b18958fbcdd893df70e33 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 11 Feb 2019 18:52:55 -0500 Subject: [PATCH] Add 'db.forums.tilde' --- db.forums.tilde | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 db.forums.tilde diff --git a/db.forums.tilde b/db.forums.tilde new file mode 100644 index 00000000..a5bcce3d --- /dev/null +++ b/db.forums.tilde @@ -0,0 +1,19 @@ +; +; BIND data file for forums.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2019021101 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 107.206.239.11 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + IN NS ns3.master.tilde. + IN NS ns4.master.tilde. + +@ IN A 107.206.239.11 \ No newline at end of file