transparent_proxy 0.4.0

A proxy server to run in front of password-protected socks5 servers to be able to connect to the proxy without password using clients which does not support password auth
Documentation

Transparent Proxy

If you have a password protected proxy endpoint chrome does not unfortunately support that so you can simply run transparent proxy in between

for usage please run transparent_proxy --help

Service workflow in macos

Copy and load

sudo cp com.nefthias.transparent_proxy.plist /Library/LaunchDaemons &&
sudo launchctl load /Library/LaunchDaemons/com.nefthias.transparent_proxy.plist

Unload and remove

sudo launchctl unload /Library/LaunchDaemons/com.nefthias.transparent_proxy.plist &&
sudo rm /Library/LaunchDaemons/com.nefthias.transparent_proxy.plist

Start

sudo launchctl start com.nefthias.transparent_proxy

Stop

sudo launchctl stop com.nefthias.transparent_proxy

Restart

sudo launchctl restart com.nefthias.transparent_proxy

Trace logs

sudo tail -f /var/log/com.nefthias.transparent_proxy.log