ソースを参照

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