add git
This commit is contained in:
parent
98869f2f99
commit
c404ed2efb
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu/bind9:9.18-22.04_beta
|
FROM ubuntu/bind9:9.18-22.04_beta
|
||||||
|
|
||||||
LABEL version="20240701.1.1"
|
LABEL version="20240915.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
|
||||||
|
|
|
@ -112,6 +112,10 @@ pipeline {
|
||||||
sh 'dig kameronkenny.com @10.99.153.241 a'
|
sh 'dig kameronkenny.com @10.99.153.241 a'
|
||||||
sh 'dig kameronkenny.com @204.8.15.81 a'
|
sh 'dig kameronkenny.com @204.8.15.81 a'
|
||||||
sh 'dig kameronkenny.com @10.99.153.242 a'
|
sh 'dig kameronkenny.com @10.99.153.242 a'
|
||||||
|
sh 'dig git.thelinuxpro.net @204.8.15.80 a'
|
||||||
|
sh 'dig git.thelinuxpro.net @10.99.153.241 a'
|
||||||
|
sh 'dig git.thelinuxpro.net @204.8.15.81 a'
|
||||||
|
sh 'dig git.thelinuxpro.net @10.99.153.242 a'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -125,6 +129,10 @@ pipeline {
|
||||||
sh 'dig +multi kameronkenny.com @10.99.153.241 soa'
|
sh 'dig +multi kameronkenny.com @10.99.153.241 soa'
|
||||||
sh 'dig +multi kameronkenny.com @204.8.15.81 soa'
|
sh 'dig +multi kameronkenny.com @204.8.15.81 soa'
|
||||||
sh 'dig +multi kameronkenny.com @10.99.153.242 soa'
|
sh 'dig +multi kameronkenny.com @10.99.153.242 soa'
|
||||||
|
sh 'dig +multi git.thelinuxpro.net @204.8.15.80 soa'
|
||||||
|
sh 'dig +multi git.thelinuxpro.net @10.99.153.241 soa'
|
||||||
|
sh 'dig +multi git.thelinuxpro.net @204.8.15.81 soa'
|
||||||
|
sh 'dig +multi git.thelinuxpro.net @10.99.153.242 soa'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:240701.1.1
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240915.1.1
|
||||||
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. (
|
||||||
24052501 ; serial number YYMMDDNN
|
24091501 ; serial number YYMMDDNN
|
||||||
1h ; Refresh
|
1h ; Refresh
|
||||||
15m ; Retry
|
15m ; Retry
|
||||||
10d ; Expire
|
10d ; Expire
|
||||||
|
@ -21,3 +21,4 @@ ns2 IN A 204.8.15.81
|
||||||
;
|
;
|
||||||
www IN A 204.8.15.81
|
www IN A 204.8.15.81
|
||||||
v IN A 204.8.15.80
|
v IN A 204.8.15.80
|
||||||
|
git IN A 204.8.15.81
|
||||||
|
|
Loading…
Reference in New Issue