Browse Source

Update ubuntu_wireguard_install.sh

蘭雅sRGB 6 years ago
parent
commit
d93f7ddb62
1 changed files with 2 additions and 3 deletions
  1. 2 3
      ubuntu_wireguard_install.sh

+ 2 - 3
ubuntu_wireguard_install.sh

@@ -133,6 +133,5 @@ systemctl enable wg-quick@wg0
 # 查询WireGuard状态
 wg
 
-# 显示配置文件,可以修改里面的实际IP
-cat /etc/wireguard/client.conf | qrencode -o - -t ansi
-cat /etc/wireguard/client.conf
+# 一键 WireGuard 多用户配置共享脚本 
+wget -qO- https://git.io/fpnQt | bash