fixing SAFE_SSID example, fixes #6
This commit is contained in:
parent
db2e8e53dc
commit
c7b8dfb8ed
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ Recipe to build [`amdavidson/vpn-server`](https://registry.hub.docker.com/u/amda
|
||||||
-v vpn-server-etc:/etc \
|
-v vpn-server-etc:/etc \
|
||||||
-p 500:500/udp -p 4500:4500/udp \
|
-p 500:500/udp -p 4500:4500/udp \
|
||||||
-e "DNS=9.9.9.9" \
|
-e "DNS=9.9.9.9" \
|
||||||
-e "SAFE_SSID=my home ssid" \
|
|
||||||
amdavidson/vpn-server:latest
|
amdavidson/vpn-server:latest
|
||||||
|
|
||||||
### 2. Generate the .mobileconfig (for iOS / macOS)
|
### 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 \
|
docker run -it --rm \
|
||||||
--volumes-from vpn-server \
|
--volumes-from vpn-server \
|
||||||
-e "HOST=vpn1.example.com" \
|
-e "HOST=vpn1.example.com" \
|
||||||
|
-e "SAFE_SSID=my home ssid" \
|
||||||
amdavidson/vpn-server:latest \
|
amdavidson/vpn-server:latest \
|
||||||
generate-mobileconfig > ikev2-vpn.mobileconfig
|
generate-mobileconfig > ikev2-vpn.mobileconfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue