File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ services:
181181 environment :
182182 # see https://github.com/qdm12/gluetun-wiki for more details
183183 # example envs based on https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/mullvad.md
184- - VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER:?VPN_SERVICE_PROVIDER must be set } # define the vpn provider
185- - VPN_TYPE=${VPN_TYPE:?VPN_TYPE must be set } # define the vpn protocol to use
184+ - VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER:-mullvad } # define the vpn provider
185+ - VPN_TYPE=${VPN_TYPE:-wireguard } # define the vpn protocol to use
186186 - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY:?WIREGUARD_PRIVATE_KEY must be set} # define your wireguard private key here
187187 - WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES:?WIREGUARD_ADDRESSES must be set} # define the ipv4 vpn network subnet here
188188 - SERVER_CITIES=${SERVER_CITIES:?SERVER_CITIES must be set} # define the server cities
You can’t perform that action at this time.
0 commit comments