http-proxy-to-socks icon indicating copy to clipboard operation
http-proxy-to-socks copied to clipboard

hpts(http-proxy-to-socks) is a nodejs client to convert socks proxy into http proxy

Results 27 http-proxy-to-socks issues
Sort by recently updated
recently updated
newest added

How to use in Electron, can you give a simple example?

nowadays most websites use secure https.

Hi! I noticed all of the requests go directly to the proxy. It would be great to have an option to skip requests to some hosts (usually these are local...

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

i am using ubuntu 18, after installing node.js and npm through: sudo apt-get install node.js sudo apt-get install npm and i run the command in terminal: hpts I get this...

If port is specified, getting the following error 2019-9-16 16:44:27 - error Socket Closed on proxy 127.0.0.1:4321 It seems that if port is specified, it gets into the parsed hostname...

I was struggling with changing the listening interface, so I looked into the code and found the `--host` option not described on README. So I updated with `hpts --help` output.

I have troubles using the app. The socks proxy is listening on localhost:5000 , but the app does not accept incoming connections ```bash $ hpts -s 127.0.0.1:5000 -p 8080 SOCKS:...

socks5 proxies work perfectly, but socks4 ones don't work at all meanwhile i'm using privoxy, it's compatible with socks4

feature request