brook
brook copied to clipboard
A cross-platform programmable network tool
https://github.com/awesome-vpn/awesome-vpn/wiki/Cores 请自由编辑,添加,纠错。维护一个完全公共开放的VPN维基百科吧 可以的话请帮忙补充下Brook的信息
我在Windows平台上,连接的时候总是发生  我查端口也没看到这个端口被占用。  怎么解决这个问题呢? 感觉我在enable WSL之前没出现这个问题,昨天刚弄了一下WSL, 不知道会不会有关系
Trying to reach regional contents on NETFLIX through BROOK, unfortunately NETFLIX only accepts my IPv6 address on the server which has also an IPv4, I can make it work by...
Is it possible to use multiple brook servers (and/or relays) for load balancing? something like this: /opt/brook/brook client --server server1:9999 --server server2:9999 --server relay1:9999 --server relay2:9999 --password hello --socks5 127.0.0.1:1080
If necessary, the author can add MPTCPv1 support. mptcp wiki: https://github.com/multipath-tcp/mptcp_net-next/wiki Introduction to MPTCP: http://multipath-tcp.org/
现在是用cf ip优选,能达到较高速度。 我想能不能用多个cdn 的ip连接到 同一brook服务器,实现 多个cdn ip同时传输数据达到最大速度。 比如 用5个 cdn ip 连到 同一个brook服务器,形成5个通道。用其中一个通道发送请求。 然后brook 服务器下了100M数据,但当一个通道时,只有1M传输速度。但是如果有 5个通道的话,就可能有5*1M的速度。 请大佬考虑添加一个这样的功能。谢谢!
### Please read the document first * https://txthinking.github.io/brook/ ✅ ### Please describe step by step any commands and operations you have performed, environment and version: In this scenario, server has...
download the latest version of 'Brook', and select it in the Finder and you'll see that the 'Version Number' is missing. Both the CFBundleVersion and the CFBundleShortVersionString entries are missing...
Hi, There's a great project in Golang for building tunnels using WebRTC. Would be cool to have it in brook: https://github.com/rtctunnel/rtctunnel Cheers,
### Describe actual behavior FEC (Forward Error Correction), It's could be improving network connection quality . ### REF https://github.com/wangyu-/tinyFecVPN C++ https://github.com/xtaci/kcp-go/blob/master/fec.go golang