From 7f23d7660752759063c7419d64849d82e8cb923c Mon Sep 17 00:00:00 2001 From: shuangquan Date: Tue, 26 Sep 2017 15:16:09 +0800 Subject: [PATCH] res --- docs/manage-users-zh.md | 6 ++++++ docs/manage-users.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/manage-users-zh.md b/docs/manage-users-zh.md index 1cb139f..4ec500f 100644 --- a/docs/manage-users-zh.md +++ b/docs/manage-users-zh.md @@ -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 +``` diff --git a/docs/manage-users.md b/docs/manage-users.md index cfd7bf4..48ff11f 100644 --- a/docs/manage-users.md +++ b/docs/manage-users.md @@ -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 +``` \ No newline at end of file