update dns
This commit is contained in:
parent
c66df27299
commit
487b70b659
|
@ -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:240515.2.3
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240515.2.4
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -2,7 +2,7 @@ $ORIGIN net.
|
||||||
$TTL 2m
|
$TTL 2m
|
||||||
|
|
||||||
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
|
thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
|
||||||
24051502 ; serial number YYMMDDNN
|
24051503 ; serial number YYMMDDNN
|
||||||
1h ; Refresh
|
1h ; Refresh
|
||||||
15m ; Retry
|
15m ; Retry
|
||||||
10d ; Expire
|
10d ; Expire
|
||||||
|
@ -12,11 +12,12 @@ thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. (
|
||||||
IN NS ns1.thelinuxpro.net.
|
IN NS ns1.thelinuxpro.net.
|
||||||
IN NS ns2.thelinuxpro.net.
|
IN NS ns2.thelinuxpro.net.
|
||||||
IN TXT "The Linux Pro Net"
|
IN TXT "The Linux Pro Net"
|
||||||
|
IN A 204.8.15.81
|
||||||
;
|
;
|
||||||
$ORIGIN thelinuxpro.net.
|
$ORIGIN thelinuxpro.net.
|
||||||
;
|
;
|
||||||
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
|
||||||
;
|
;
|
||||||
IN A 204.8.15.81
|
www IN CNAME thelinuxpro.net.
|
||||||
v IN A 204.8.15.80
|
v IN A 204.8.15.80
|
||||||
|
|
Loading…
Reference in New Issue