Skip to content

ta3pks/transparent_proxy

Repository files navigation

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

About

socks5 proxy client/server to run locally in front of another socks5 proxy server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published