Adding configuration to listen for incoming connections when connected via SOCKS proxy #297

Merged
mybluevan merged 3 commits from master into master 2013-07-16 00:05:15 +02:00
mybluevan commented 2013-07-12 20:49:41 +02:00 (Migrated from github.com)

Complete forwarding of connections, including incoming connections over a SSH SOCKS proxy is possible when using the command: user@host.com -D 8080 -R *:8444:localhost:8444 However, due to the disabling of the listener when using SOCKS, the application won't listen to the incoming requests. This patch allows the listener to be configured when SOCKS is being used, and thus full connection functionality can be achieved from behind a firewall by using an SSH tunnel.

Complete forwarding of connections, including incoming connections over a SSH SOCKS proxy is possible when using the command: user@host.com -D 8080 -R *:8444:localhost:8444 However, due to the disabling of the listener when using SOCKS, the application won't listen to the incoming requests. This patch allows the listener to be configured when SOCKS is being used, and thus full connection functionality can be achieved from behind a firewall by using an SSH tunnel.
Atheros1 commented 2013-07-16 00:07:50 +02:00 (Migrated from github.com)

Excellent. Thank you very much.

Excellent. Thank you very much.
This repo is archived. You cannot comment on pull requests.
No description provided.