Browse Source

Update wg5clients.sh

蘭雅sRGB 6 năm trước cách đây
mục cha
commit
403b7aefe2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Wireguard/wg5clients.sh

+ 1 - 1
Wireguard/wg5clients.sh

@@ -56,7 +56,7 @@ port=$(rand 1000 60000)
 mtu=1420
 host=$(hostname -s)
 
-ip_list=(2 5 8 18 88 188 118 158 198 168 186 )
+ip_list=(2 8 98 88 188 118 158 198 168 9)
 
 # 获得服务器ip,自动获取
 if [ ! -f '/usr/bin/curl' ]; then