transparent_proxy

Crates.iotransparent_proxy
lib.rstransparent_proxy
version0.4.0
sourcesrc
created_at2022-02-10 13:29:01.84257
updated_at2022-12-04 15:29:54.606728
descriptionA 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
homepage
repositoryhttps://github.com/NikosEfthias/transparent_proxy
max_upload_size
id530274
size41,344
TA3PKS (ta3pks)

documentation

README

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
Commit count: 25

cargo fmt