fixing SAFE_SSID example, fixes #6

This commit is contained in:
Andrew Davidson 2019-06-30 13:46:53 -04:00
parent db2e8e53dc
commit c7b8dfb8ed
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -13,7 +13,6 @@ Recipe to build [`amdavidson/vpn-server`](https://registry.hub.docker.com/u/amda
-v vpn-server-etc:/etc \
-p 500:500/udp -p 4500:4500/udp \
-e "DNS=9.9.9.9" \
-e "SAFE_SSID=my home ssid" \
amdavidson/vpn-server:latest
### 2. Generate the .mobileconfig (for iOS / macOS)
@ -21,6 +20,7 @@ Recipe to build [`amdavidson/vpn-server`](https://registry.hub.docker.com/u/amda
docker run -it --rm \
--volumes-from vpn-server \
-e "HOST=vpn1.example.com" \
-e "SAFE_SSID=my home ssid" \
amdavidson/vpn-server:latest \
generate-mobileconfig > ikev2-vpn.mobileconfig