sjitech / proxy-login-automator

A single node.js script to automatically inject user/password to http proxy server via a local forwarder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The new proxy can't work

shileiofchina2 opened this issue · comments

image
I created a new proxy according to the mannual, at first it seemed work. but when i began to use the proxy , the proxy server was immeditely interrupted.

can you help why the server is interrupted? I think it should be existing as a service.

Use 3proxy, similar functionality with cfg file

auth iponly

allow *
parent 1000 connect 'ip_proxy1' 'port_proxy1' 'login_proxy1' 'pass_proxy1'
proxy -p'local_port1' -ilocalhost
flush

allow *
parent 1000 connect 'ip_proxy2' 'port_proxy2' 'login_proxy2' 'pass_proxy2'
proxy -p'local_port2' -ilocalhost
flush

If you want to continue using proxy-login-automator, downgrading worked for me. I only tried this version: https://nodejs.org/download/release/v6.17.1/ and it worked.