Add DNS port to firewall

This commit is contained in:
cspark 2024-11-06 09:03:40 +00:00
parent eeee4e0fdc
commit 3180fc532b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
- WIREGUARD_PUBLIC_KEY={{ vpn_server_pubkey }} - WIREGUARD_PUBLIC_KEY={{ vpn_server_pubkey }}
- WIREGUARD_PRIVATE_KEY={{ technitium_service_privkey }} - WIREGUARD_PRIVATE_KEY={{ technitium_service_privkey }}
- WIREGUARD_ADDRESSES=10.0.0.10/32 - WIREGUARD_ADDRESSES=10.0.0.10/32
- FIREWALL_VPN_INPUT_PORTS=5380,53,5335,5432 - FIREWALL_VPN_INPUT_PORTS=5380,53,5335,5432,7649
ports: ports:
- "5380:5380" - "5380:5380"
- "7649:7649" # To not have conflicts with the host DNS resolving services, will change the port. - "7649:7649" # To not have conflicts with the host DNS resolving services, will change the port.