transparent_proxy 0.2.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
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Transparent proxy  gateway for password protected proxies

[Service]
ExecStart=/usr/local/bin/transparent_proxy -h 127.0.0.1 -P 55000 -t proxy.example.com:6789 -u 'example uname' -p 'example password'
Restart=on-failure
RestartSec=1

[Install]
WantedBy=multi-user.target