Improve dns configs

This commit is contained in:
Tobias Reisinger 2024-10-31 22:05:04 +01:00
parent 428de8040a
commit f817305718
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 69 additions and 30 deletions
playbooks/roles/acme_dns/vars

View file

@ -23,5 +23,5 @@ acme_dns_compose:
services:
app:
ports:
- "53:53"
- 53:53/udp
- "{{ ansible_default_ipv4.address }}:53:53"
- "{{ ansible_default_ipv4.address }}:53:53/udp"