update dns

This commit is contained in:
Kameron Kenny 2024-05-15 21:22:24 -04:00
parent c66df27299
commit 487b70b659
No known key found for this signature in database
GPG Key ID: E5006629839D2276
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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