0.0.5 • Published 7 years ago
public-proxy v0.0.5
public-proxy
Install
npm install -g public-proxyGet help
public-proxy --help
public-proxy start|restart|status|stop --helpUse HTTP proxy
public-proxy start httpUse Socks proxy
public-proxy start socksRun status
# Get socks server and http server status.
public-proxy status
# Get socks server status only.
public-proxy status socks
# Get http server status only.
public-proxy status httpAdd proxy auth
- Install htpasswd
npm install -g htpasswd- Add/Modify user
htpasswd -b ~/.public-proxy/htpasswd username password- Delete user
htpasswd -D ~/.public-proxy/htpasswd username