1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00
This commit is contained in:
shuangquan 2017-09-26 15:16:09 +08:00
parent 9b763f6851
commit 7f23d76607
2 changed files with 12 additions and 0 deletions

View file

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

View file

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