add powerapi to dns
This commit is contained in:
parent
baa2fb0f1e
commit
92ad6ce85b
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu/bind9:9.18-22.04_beta
|
FROM ubuntu/bind9:9.18-22.04_beta
|
||||||
|
|
||||||
LABEL version="20240915.1.1"
|
LABEL version="20241020.1.1"
|
||||||
LABEL description="bind9 primary nameserver"
|
LABEL description="bind9 primary nameserver"
|
||||||
|
|
||||||
ENV BIND_LIB_DIR=/var/lib/bind
|
ENV BIND_LIB_DIR=/var/lib/bind
|
||||||
|
|
|
@ -18,11 +18,7 @@ services:
|
||||||
container_name: ns1
|
container_name: ns1
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.primary
|
dockerfile: Dockerfile.primary
|
||||||
<<<<<<< HEAD
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241020.1.1
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240915.1.1
|
|
||||||
=======
|
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240625.1.1
|
|
||||||
>>>>>>> 94cf43d (image)
|
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 3600
|
$TTL 3600
|
||||||
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
||||||
24051401 ; serial
|
24102001 ; serial
|
||||||
21600 ; refresh after 6 hours
|
21600 ; refresh after 6 hours
|
||||||
3600 ; retry after 1 hour
|
3600 ; retry after 1 hour
|
||||||
604800 ; expire after 1 week
|
604800 ; expire after 1 week
|
||||||
|
@ -101,7 +101,7 @@ $TTL 3600
|
||||||
234.254 IN PTR ap-2-2-MBR.in.thelinuxpro.net.
|
234.254 IN PTR ap-2-2-MBR.in.thelinuxpro.net.
|
||||||
235.254 IN PTR ap-2-3-KBR.in.thelinuxpro.net.
|
235.254 IN PTR ap-2-3-KBR.in.thelinuxpro.net.
|
||||||
236.254 IN PTR rev-10-200-254-236.in.thelinuxpro.net.
|
236.254 IN PTR rev-10-200-254-236.in.thelinuxpro.net.
|
||||||
237.254 IN PTR rev-10-200-254-237.in.thelinuxpro.net.
|
237.254 IN PTR powerapi.in.thelinuxpro.net.
|
||||||
238.254 IN PTR rev-10-200-254-238.in.thelinuxpro.net.
|
238.254 IN PTR rev-10-200-254-238.in.thelinuxpro.net.
|
||||||
239.254 IN PTR rev-10-200-254-239.in.thelinuxpro.net.
|
239.254 IN PTR rev-10-200-254-239.in.thelinuxpro.net.
|
||||||
240.254 IN PTR rev-10-200-254-240.in.thelinuxpro.net.
|
240.254 IN PTR rev-10-200-254-240.in.thelinuxpro.net.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 2m
|
$TTL 2m
|
||||||
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
||||||
24062501 ; serial, todays date + todays serial #
|
24102001 ; serial, todays date + todays serial #
|
||||||
1h ; refresh, seconds
|
1h ; refresh, seconds
|
||||||
15m ; retry, seconds
|
15m ; retry, seconds
|
||||||
10D ; expire, seconds
|
10D ; expire, seconds
|
||||||
|
@ -70,4 +70,5 @@ ap-1-2-office IN A 10.200.254.232
|
||||||
ap-2-1-office IN A 10.200.254.233
|
ap-2-1-office IN A 10.200.254.233
|
||||||
ap-2-2-mbr IN A 10.200.254.234
|
ap-2-2-mbr IN A 10.200.254.234
|
||||||
ap-2-3-kbr IN A 10.200.254.235
|
ap-2-3-kbr IN A 10.200.254.235
|
||||||
|
powerapi IN A 10.200.254.237
|
||||||
unifi IN A 10.200.254.254
|
unifi IN A 10.200.254.254
|
||||||
|
|
Loading…
Reference in New Issue