tinyfecVPN
tinyfecVPN copied to clipboard
A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support. Improves your Network Quality on a High-latency Lossy Link.
我想用systemd管理服务。自己写了个service文件。我直接执行启动命令可以启动tinyfecvpn,但是我写进service以后用systemctl启动会被selinux拒绝。我也试过用setcap cap_net_admin+ep ./tinyvpn_amd64,但是没用。只能关掉selinux使用嘛?? tinyfecvpn.service文件 ``` [Unit] Description=tinyfecvpn After=network-online.target network-online.target [Service] Type=simple User=root Group=root ExecStart=/tinyvpn_amd64 -s -l0.0.0.0:4096 -f20:10 -k "passwd" --sub-net 10.22.22.0 [Install] WantedBy=multi-user.target ``` 错误日志 ``` Nov 21 07:05:15 centos8...
如题,我想在校园网中穿透dhcp 67端口达到无限流量上网,但这个好像不太行?
This will integrate UDPSpeeder PR: https://github.com/wangyu-/UDPspeeder/pull/227
I've been experimenting with tinyfec under a variety of real-life conditions; however, in almost every case it performs worse than traffic not in the tunnel. Any advice on parameters that...
server: ./root/tinyvpn_amd64 -s -l 0.0.0.0:8099 --sub-net 10.22.22.0 -f20:10 -k "passwd" --report 10 >2.txt ./root/udp2raw_amd64 -s -l0.0.0.0:9977 -r 127.0.0.1:8099 -k "passwd" --raw-mode faketcp -a > 1.txt client: ./root/udp2raw_amd64 -c -r11.22.33.44:9977 -l...
@wangyu- 我想使用tinyfecVPN + udp2raw的方案给xbox游戏进行加速,tinyfecVPN 和udp2raw的客户端跑在梅林固件路由器上,xbox则连接梅林路由器;但是对于您提供的tinyfecVPN client -> udp2raw client -> udp2raw server ->tinyfecVPN server的配置不太确定如何书写,我把我想到的写法列在下面,烦请您帮我指正一下。 ``` koolshare XXR客户端配置内填写连接: 10.22.22.1:18877 tinyfecVPN client: ./tinyvpn -c -r0.0.0.0:13333 --mode 0 -f2:4 --timeout 0 -k "passwd"...
For English speaking user: https://github.com/wangyu-/UDPspeeder/wiki/Issue-Guide 中文用户请看: https://github.com/wangyu-/UDPspeeder/wiki/发Issue前请看 (否则Issue可能被忽略,或被直接关掉)
错误提示: tun_dev.cpp:347: int tun_dev_client_event_loop(): Assertion `new_connected_socket(remote_fd,remote_ip_uint32,remote_port)==0' failed. 是不是openwrt被精简了,差什么东西
For English speaking user: https://github.com/wangyu-/UDPspeeder/wiki/Issue-Guide 中文用户请看: https://github.com/wangyu-/UDPspeeder/wiki/发Issue前请看 (否则Issue可能被忽略,或被直接关掉) 并且也无法使用。。服务端就一个new conv 然后就什么日志都没了。。
请教下大神,使用这里的已编译版本udp2raw和tinyvpn,ip地址就被解释成server13.tinyhappymoment.com,这是正常的吗?