浏览代码

Update debian_wg_vpn.sh

蘭雅sRGB 6 年之前
父节点
当前提交
d3d9f4f56a
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      debian_wg_vpn.sh

+ 2 - 3
debian_wg_vpn.sh

@@ -156,8 +156,7 @@ 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