pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy
ISC License
4.55k stars 272 forks source link

Performance #145

Open Caramelitosis opened 1 week ago

Caramelitosis commented 1 week ago

I am using wireproxy with Cloudflare WARP, I don't know if the performance depends on the CPU or if it depends on the connection with Cloudflare.

The thing is that with wireproxy I get about 50% of the speed of my ISP.

So I have tested two wireproxy instances with two different Socks5 ports:

wireproxy -c $HOME/.config/wireproxy-80801.conf
wireproxy -c $HOME/.config/wireproxy-80802.conf

And I get 100% speed from my ISP.

So, if it is CPU it could be implemented in wireproxy the execution of multiple threads? Does anyone have experiences with this?

Thanks.