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:
@@ -52,7 +52,7 @@ Add a new VPN user, or update an existing VPN user with a new password.
|
||||
|
||||
```bash
|
||||
# Download the script
|
||||
wget -qO add_vpn_user.sh https://bit.ly/addvpnuser
|
||||
wget -nv -O add_vpn_user.sh https://bit.ly/addvpnuser
|
||||
# Run the script and follow the prompts
|
||||
sudo bash add_vpn_user.sh
|
||||
```
|
||||
@@ -73,7 +73,7 @@ Delete the specified VPN user.
|
||||
|
||||
```bash
|
||||
# Download the script
|
||||
wget -qO del_vpn_user.sh https://bit.ly/delvpnuser
|
||||
wget -nv -O del_vpn_user.sh https://bit.ly/delvpnuser
|
||||
# Run the script and follow the prompts
|
||||
sudo bash del_vpn_user.sh
|
||||
```
|
||||
@@ -92,7 +92,7 @@ Remove all existing VPN users and replace with the list of users you specify.
|
||||
|
||||
```bash
|
||||
# Download the script
|
||||
wget -qO update_vpn_users.sh https://bit.ly/updatevpnusers
|
||||
wget -nv -O update_vpn_users.sh https://bit.ly/updatevpnusers
|
||||
```
|
||||
|
||||
To use this script, choose one of the following options:
|
||||
|
||||
Reference in New Issue
Block a user