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

Error: getaddrinfo ENOTFOUND

herlon214 opened this issue · comments

I'm trying to execute your example and the result is:

Using parameters:
{
  "local_host": "localhost",
  "local_port": 65000,
  "remote_host": "removed",
  "remote_port": 80,
  "usr": "removed",
  "pwd": "removed",
  "as_pac_server": true
}
Failed to listen at localhost:65000
Error: getaddrinfo ENOTFOUND
commented

It seems localhost is not in your etc hosts. Try127.0.0.1 please