4 releases (breaking)
0.4.0 | Dec 4, 2022 |
---|---|
0.3.0 | Jun 10, 2022 |
0.2.0 | Feb 10, 2022 |
0.1.0 | Feb 10, 2022 |
#9 in #front
15KB
226 lines
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
Dependencies
~5–14MB
~150K SLoC