set acl
This commit is contained in:
parent
73e7f5faa9
commit
8a2a55dcdc
|
@ -1,3 +1,6 @@
|
||||||
|
---- ACL
|
||||||
|
setACL("0.0.0.0/0") -- whole world can talk to authorative server
|
||||||
|
setACL("::/0") -- whole world can talk to authoritative server
|
||||||
---- Listen addresses
|
---- Listen addresses
|
||||||
addLocal('0.0.0.0:53',
|
addLocal('0.0.0.0:53',
|
||||||
{ reusePort=true })
|
{ reusePort=true })
|
||||||
|
|
|
@ -90,7 +90,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.dnsdist
|
dockerfile: Dockerfile.dnsdist
|
||||||
container_name: pubdnsdist1
|
container_name: pubdnsdist1
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.01
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.02
|
||||||
networks:
|
networks:
|
||||||
pub_dns_net:
|
pub_dns_net:
|
||||||
ipv4_address: 10.99.153.251
|
ipv4_address: 10.99.153.251
|
||||||
|
@ -104,7 +104,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.dnsdist
|
dockerfile: Dockerfile.dnsdist
|
||||||
container_name: pubdnsdist2
|
container_name: pubdnsdist2
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.01
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/pubdnsdist:250225.0.02
|
||||||
networks:
|
networks:
|
||||||
pub_dns_net:
|
pub_dns_net:
|
||||||
ipv4_address: 10.99.153.252
|
ipv4_address: 10.99.153.252
|
||||||
|
|
Loading…
Reference in New Issue