配置多个 路由端口代理 kcptun — socksshow kcptun — frps sever https://github.com/xtaci/kcptun/releases 路由器 kcptun-linux-mipsle-20190428.tar.gz kcptun-linux-mipsle-20190428.tar.gz // 链接 , for 路由端 服务器 https://www.yuxuyi.com/?p=24 Linux利用Kcptun加速ShadowsocksLinux利用Kcptun加速Shadowsocks cp /root/kcptun/server-config.json /root/kcptun/kcp2frp.json cp /etc/systemd/system/kcptun.service /etc/systemd/system/kcp2frp vi /etc/systemd/system/kcp2frp Description=kcp2frp service After=network.target Type=simple ExecStart=/PATH/server_linux_amd64 -l \":29900\" -t \"127.0.0.1:8838\" --key\"test\" --mode \"fast2\" Restart=on-abort WantedBy=multi-user.target 加入开机启动:systemctl enable kcptun.service 查看服务状态:systemctl status kcptun.service 关闭服务:systemctl stop kcptun.service 重启服务:systemctl restart kcptun.service 启动命令:systemctl start kcptun.service 通过netstat -an命令检查端口是否已开启或者是否被占用。 start /b client_windows_amd64.exe -l \":2000\" -r \"xxx.xxx.xxx.xxx:29900\" --key \"test\" --mode \"fast2\" > kcptun.log 2>&1 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ vim /etc/systemd/system/frps.service 加入开机启动:systemctl enable frp.service 查看服务状态:systemctl status frp.service 关闭服务:systemctl stop frp.service 重启服务:systemctl restart frp.service 启动命令:systemctl start frp.service 通过netstat -an命令检查端口是否已开启或者是否被占用。 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ kcptun 如何多端口加速? https://www.v2ex.com/t/375611 nohup ./server_linux_amd64 -c /path/to/server-config1.json > /path/to/1.log 2>&1 & nohup ./server_linux_amd64 -c /path/to/server-config2.json > /path/to/2.log 2>&1 & https://saodaye.com/zz/1122.html BBR+魔改BBR+暴力魔改BBR+Lotsever(锐速)一键开启脚本,支持Centos/Debian/Ubuntu Ubuntu 18.04 魔改BBR暂时有点问题,可使用以下命令安装 首先测试 手机端 的 19999, 文件, + ss 安装, 测试! - key=test;crypt=aes;mode=fast2;mtu=1350;sndwnd=1024;rcvwnd=1024;datashard=70;parityshard=30;dscp=46;nocomp=false;acknodelay=false;nodelay=0;interval=40;resend=0;nc=0;sockbuf=4194304;keepalive=10 131 wget https://github.com/fatedier/frp/releases/download/v0.27.0/frp_0.27.0_linux_amd64.tar.gz 133 tar -zxvf *.gz 135 cd frp_0.27.0_linux_amd64/ 144 ls /etc/systemd/system/ 147 cp frps.service /etc/systemd/system/ vim /etc/systemd/system/frps.service ExecStart=/root/frps/frps -c /root/frps/frps.ini 57000 { \"listen\": \":41866\", \"target\": \"127.0.0.1:57000\", \"key\": \"test\", \"crypt\": \"aes\", \"mode\": \"fast2\", \"mtu\": 1350, \"sndwnd\": 1024, \"rcvwnd\": 1024, \"datashard\": 70, \"parityshard\": 30, \"dscp\": 46, \"nocomp\": false, \"acknodelay\": false, \"nodelay\": 0, \"interval\": 40, \"resend\": 0, \"nc\": 0, \"sockbuf\":