We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf6f49 commit 14ae1fdCopy full SHA for 14ae1fd
1 file changed
backend/docker-compose.yml
@@ -21,7 +21,7 @@ services:
21
- VPN_NETWORK=10.8.0.0/24
22
- VPN_NETWORK_V6=fd00::/64
23
- VPN_DNS=1.1.1.1
24
- - VPN_MTU=1280
+ - VPN_MTU=${VPN_MTU:-1280}
25
- VPN_CENSORSHIP_RESISTANT=${VPN_CENSORSHIP_RESISTANT:-false}
26
- VPN_MSS_CLAMPING=${VPN_MSS_CLAMPING:-true}
27
- VPN_KEYCLOAK_ENABLED=${VPN_KEYCLOAK_ENABLED}
0 commit comments