Total Pageviews

Thursday 26 May 2022

Socks5 Forwarder


Forward incoming connections to socks5 proxy.

Useful for applications that don't support socks5.

Also, you can use it without any proxy, and it will be a simple TCP proxy.

Advanced Usage

For better performance I implemented a proxy with eBPF.

The kernel space and user space code is in probe and userspace.

If you start a container with ebpf, you may want to let it be privileged(in docker-compose, privileged: true).

from https://github.com/ihciah/socks5-forwarder

 

No comments:

Post a Comment