mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4522] Can we use local socket5 to access to the remote serverAddr? #3572
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3572
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 @fangzr on GitHub (Nov 2, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4522
Describe the feature request
FRP is a great work! Thank you for your efforts!
For example, we the the previous toml file as follows:
Can we allow my PC to establish a connection between serverAddr and the local PC using local socket5 proxy 127.0.0.1:1080? My PC cannot access to "xxx.com" directly without proxy.
I try to use Proxifier, but it does not work. Can you give me some suggestions?
Describe alternatives you've considered
No response
Affected area
@fangzr commented on GitHub (Nov 2, 2024):
we can use this:
transport.proxyURL = "socks5://user:passwd@192.168.1.128:1080"@fangzr commented on GitHub (Nov 2, 2024):
It is noted that we should use TCP rather than kcp