res
This commit is contained in:
parent
9b763f6851
commit
7f23d76607
2 changed files with 12 additions and 0 deletions
|
@ -41,3 +41,9 @@ openssl passwd -1 'your_vpn_password_1'
|
|||
service ipsec restart
|
||||
service xl2tpd restart
|
||||
```
|
||||
|
||||
# 使用Shell脚本添加用户
|
||||
|
||||
```bash
|
||||
wget https://git.io/vdLfU -O vpnadduser.sh && chmod 755 ./vpnadduser.sh && ./vpnadduser.sh
|
||||
```
|
||||
|
|
|
@ -41,3 +41,9 @@ When finished, restart services:
|
|||
service ipsec restart
|
||||
service xl2tpd restart
|
||||
```
|
||||
|
||||
# Add User with Shell Script
|
||||
|
||||
```bash
|
||||
wget https://git.io/vdLfU -O vpnadduser.sh && chmod 755 ./vpnadduser.sh && ./vpnadduser.sh
|
||||
```
|
Loading…
Add table
Reference in a new issue