Crates.io | transparent_proxy |
lib.rs | transparent_proxy |
version | 0.4.0 |
source | src |
created_at | 2022-02-10 13:29:01.84257 |
updated_at | 2022-12-04 15:29:54.606728 |
description | 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 |
homepage | |
repository | https://github.com/NikosEfthias/transparent_proxy |
max_upload_size | |
id | 530274 |
size | 41,344 |
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
sudo cp com.nefthias.transparent_proxy.plist /Library/LaunchDaemons &&
sudo launchctl load /Library/LaunchDaemons/com.nefthias.transparent_proxy.plist
sudo launchctl unload /Library/LaunchDaemons/com.nefthias.transparent_proxy.plist &&
sudo rm /Library/LaunchDaemons/com.nefthias.transparent_proxy.plist
sudo launchctl start com.nefthias.transparent_proxy
sudo launchctl stop com.nefthias.transparent_proxy
sudo launchctl restart com.nefthias.transparent_proxy
sudo tail -f /var/log/com.nefthias.transparent_proxy.log