From 71a57c326a659d632b23818b13346d7f4f7ee1be Mon Sep 17 00:00:00 2001 From: Kameron Kenny - pi501 Date: Sat, 25 May 2024 14:21:08 -0400 Subject: [PATCH] add thelinux.pro zone --- primary/var/lib/bind/db.thelinux.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 primary/var/lib/bind/db.thelinux.pro diff --git a/primary/var/lib/bind/db.thelinux.pro b/primary/var/lib/bind/db.thelinux.pro new file mode 100755 index 0000000..7ac34c2 --- /dev/null +++ b/primary/var/lib/bind/db.thelinux.pro @@ -0,0 +1,21 @@ +$ORIGIN pro. +$TTL 2m + +thelinux IN SOA ns1.thelinux.pro. root.thelinux.pro. ( + 24052501 ; serial number YYMMDDNN + 1h ; Refresh + 15m ; Retry + 10d ; Expire + 1d ; Min TTL + ) +; + IN NS ns1.thelinux.pro. + IN NS ns2.thelinux.pro. + IN A 204.8.15.81 +; +$ORIGIN thelinux.pro. +; +ns1 IN A 204.8.15.80 +ns2 IN A 204.8.15.81 +; +www IN A 204.8.15.81