Create udpspeeder.sh

This commit is contained in:
hxzmm 2018-08-09 03:19:45 +08:00 committed by GitHub
parent 7ab59c754b
commit 6c794b6b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
install/udpspeeder.sh Normal file
View File

@ -0,0 +1,6 @@
mkdir UDPspeeder
cd UDPspeeder
wget https://github.com/wangyu-/UDPspeeder/releases/download/20170806.0/speederv2_linux.tar.gz
tar zxf speederv2_linux.tar.gz
mv speederv2_amd64 speederv2
nohup ./speederv2 -s -l 0.0.0.0:20000 -r 127.0.0.1:8833 -f20:10 &