Proxybound icon indicating copy to clipboard operation
Proxybound copied to clipboard

Linux applications proxifier

Results 7 Proxybound issues
Sort by recently updated
recently updated
newest added

libproxybound.c ``` //Allow direct local 127.x.x.x //if ((strlen(ip) != 0) && (ip[0] == '1') && (ip[1] == '2') && (ip[2] == '7') && (ip[3] == '.')) { // PDEBUG("connect: local...

- TLS SSL Support... - IPv6 support - UDP support like [redsocks](https://github.com/Intika-Linux-Proxy/Redsocks-2) - Integrate [app-route-jail](https://github.com/Intika-Linux-Firewall/App-Route-Jail) (attention require root or SO_MARK) - Add feature to force ipv4 like [foce-ip-inet](https://github.com/Intika-Linux-Firewall/Force-Inet4-Or-Inet6/blob/master/force-inet4-or-inet6.c) (does not...

Hi, thanks for this project! Reading the README, I wondered, how would working indicators from multiple proxybound instances be separated? I suggest it should continue to accept "0" and ""...

great job, please how to use it with rtorrent ?! on Debian 9 !!

I did build using `make` and `sudo make install` from the source code, and now I'm going to run that to be used in the configured socks5 on my system....

I am going to install this repo but I don't want to build that from the source code. I wonder if would be the built version for linux .deb amd64...

I have local http server running so `curl --proxy http://127.0.0.2:3128 ifconfig.me` returns proxied IP my cleaned config ``` strict_chain quiet_mode proxy_dns remote_dns_subnet 224 tcp_read_time_out 15000 tcp_connect_time_out 8000 [ProxyList] http 127.0.0.2...