From 487b70b6599ae7edc2e400883d6b61c548ed4e1f Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Wed, 15 May 2024 21:22:24 -0400 Subject: [PATCH] update dns --- docker-compose.yml | 2 +- primary/var/lib/bind/db.thelinuxpro.net | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index db11747..58ec76d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: container_name: ns1 build: dockerfile: Dockerfile.primary - image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240515.2.3 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240515.2.4 restart: always user: root environment: diff --git a/primary/var/lib/bind/db.thelinuxpro.net b/primary/var/lib/bind/db.thelinuxpro.net index b721231..e9e6878 100755 --- a/primary/var/lib/bind/db.thelinuxpro.net +++ b/primary/var/lib/bind/db.thelinuxpro.net @@ -2,7 +2,7 @@ $ORIGIN net. $TTL 2m thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. ( - 24051502 ; serial number YYMMDDNN + 24051503 ; serial number YYMMDDNN 1h ; Refresh 15m ; Retry 10d ; Expire @@ -12,11 +12,12 @@ thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. ( IN NS ns1.thelinuxpro.net. IN NS ns2.thelinuxpro.net. IN TXT "The Linux Pro Net" + IN A 204.8.15.81 ; $ORIGIN thelinuxpro.net. ; ns1 IN A 204.8.15.80 ns2 IN A 204.8.15.81 ; - IN A 204.8.15.81 +www IN CNAME thelinuxpro.net. v IN A 204.8.15.80