We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I would like to request the same feature as the one described in the cntlm.ini file of CNTLM :
Tunnels mapping local port to a machine behind the proxy. The format is <local_port>:<remote_host>:<remote_port> Tunnel 7777:machine.foobar.net:443
I'm heavily using this feature and it would be great to have it on px.
Any advice on that matter would be much appreciated.
Cheers.
The text was updated successfully, but these errors were encountered:
This seems feasible but a big lift, I'll take a look as soon as I get a chance. Ideally, we can pull this off with minimal changes.
Sorry, something went wrong.
I'm curious - do you use this feature to allow HTTP(s) clients which don't have proxy support built-in thru the NTLM proxy?
E.g. 3128:google.com:80 curl http://localhost/ => google.com
Or do you use it for non-HTTP clients like SSH?
Hello, I use this feature for non-HTTP clients like SSH. Thank you for your feedback. Regards, Nicolas.
@Nh3xus you could try something like corkscrew with px for SSH https://github.com/bryanpkc/corkscrew but no idea what OS you are using px on
No branches or pull requests
Hello,
I would like to request the same feature as the one described in the cntlm.ini file of CNTLM :
Tunnels mapping local port to a machine behind the proxy.
The format is <local_port>:<remote_host>:<remote_port>
Tunnel 7777:machine.foobar.net:443
I'm heavily using this feature and it would be great to have it on px.
Any advice on that matter would be much appreciated.
Cheers.
The text was updated successfully, but these errors were encountered: