Adding configuration to listen for incoming connections when connected via SOCKS proxy #297
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#297
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Excellent. Thank you very much.