Merge pull request #315 from hieulq/patch-1

Expose pdns default port 53 via UDP
This commit is contained in:
Khanh Ngo 2018-08-01 20:00:51 +07:00 committed by GitHub
commit 435e34358e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ services:
hostname: ${PDNS_HOST}
ports:
- "53:53"
- "53:53/udp"
networks:
- default
command: --api=yes --api-key=${PDNS_API_KEY} --webserver-address=0.0.0.0 --webserver-allow-from=0.0.0.0/0