Enable UDP for local network only

This commit is contained in:
caskd 2020-02-26 15:57:42 +01:00
parent 3f43013872
commit 533a005e94
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ services:
- "/etc/hosts:/etc/hosts:ro"
ports:
- "53:5353/tcp"
# - "53:5353/udp" # See https://www.us-cert.gov/ncas/alerts/TA14-017A
- "53:5353/udp" # LOCAL NETWORK ONLY, see https://www.us-cert.gov/ncas/alerts/TA14-017A
networks:
- backend