Explorar el Código

Update wg5clients.sh

蘭雅sRGB hace 6 años
padre
commit
403b7aefe2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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