This commit is contained in:
Kameron Kenny - pi501 2024-05-20 19:05:12 -04:00
parent 9fb09a3de8
commit 764c8ec5a2
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ services:
container_name: ns1 container_name: ns1
build: build:
dockerfile: Dockerfile.primary dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240520.1.2 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240520.1.3
restart: always restart: always
user: root user: root
environment: environment:

View File

@ -2,7 +2,7 @@ $ORIGIN com.
$TTL 2m $TTL 2m
@ IN SOA ns1.kameronkenny.com. root.kameronkenny.com. ( @ IN SOA ns1.kameronkenny.com. root.kameronkenny.com. (
24052002 ; serial number YYMMDDNN 24052003 ; serial number YYMMDDNN
1h ; Refresh 1h ; Refresh
15m ; Retry 15m ; Retry
10d ; Expire 10d ; Expire
@ -16,7 +16,7 @@ $TTL 2m
IN A 185.199.110.153 IN A 185.199.110.153
IN A 185.199.111.153 IN A 185.199.111.153
; ;
$ORIGIN kameronkenny.com $ORIGIN kameronkenny.com.
; ;
ns1 IN A 204.8.15.80 ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81 ns2 IN A 204.8.15.81