mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
[GH-ISSUE #157] Proxy chain #99
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @storm66-ag on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/157
Hello Guys! Hope you are doing well!
Tell me pls - is there some options to run tunnels+tunnel as proxy chain kit ???
For example:
tunneld is running (http proxy is on the port 80).
the tunnel client connected to the tunneld
then tunneld forwards the all of url's incoming to the port 80 and this all forwards to the client side and go out to the internet.
other words for get access to the internet over client side, without put some url on the client side.
Is that possible ?