Add DNS port to firewall
This commit is contained in:
parent
eeee4e0fdc
commit
3180fc532b
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue