瀏覽代碼

Update wgmtu.sh

蘭雅sRGB 6 年之前
父節點
當前提交
214330da24
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Wireguard/wgmtu.sh

+ 2 - 2
Wireguard/wgmtu.sh

@@ -273,8 +273,8 @@ udp2raw_update()
     rm version.txt
 
     # 下载 KCPTUN
-    kcptun_tar_gz=kcptun-linux-amd64-20190409.tar.gz
-    wget https://github.com/xtaci/kcptun/releases/download/v20190409/$kcptun_tar_gz
+    kcptun_tar_gz=kcptun-linux-amd64-20190418.tar.gz
+    wget https://github.com/xtaci/kcptun/releases/download/v20190418/$kcptun_tar_gz
     tar xf $kcptun_tar_gz
     mv server_linux_amd64 /usr/bin/kcp-server
     rm $kcptun_tar_gz