mirror of
https://github.com/hwdsl2/setup-ipsec-vpn.git
synced 2026-05-17 08:05:45 +03:00
Update docs
This commit is contained in:
@@ -45,9 +45,9 @@ To enable IKEv2-only mode, first install the VPN server and set up IKEv2 using i
|
||||
|
||||
```bash
|
||||
# Download the script
|
||||
wget -nv -O ikev2onlymode.sh https://get.vpnsetup.net/ikev2only
|
||||
wget https://get.vpnsetup.net/ikev2only -nv -O ikev2only.sh
|
||||
# Run the script and follow the prompts
|
||||
sudo bash ikev2onlymode.sh
|
||||
sudo bash ikev2only.sh
|
||||
```
|
||||
|
||||
To disable IKEv2-only mode, run the helper script again and select the appropriate option.
|
||||
|
||||
Reference in New Issue
Block a user