Update docs

This commit is contained in:
hwdsl2
2022-02-14 00:37:18 -06:00
parent 444403ba10
commit ddb6a65b82
10 changed files with 64 additions and 22 deletions

View File

@@ -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: