[GH-ISSUE #4522] Can we use local socket5 to access to the remote serverAddr? #3572

Closed
opened 2026-05-05 14:17:44 -06:00 by gitea-mirror · 2 comments
Owner

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:

serverAddr = "xxx.com"
serverPort = 7000

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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: > serverAddr = "xxx.com" serverPort = 7000 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 - [ ] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fangzr commented on GitHub (Nov 2, 2024):

we can use this: transport.proxyURL = "socks5://user:passwd@192.168.1.128:1080"

<!-- gh-comment-id:2453010523 --> @fangzr commented on GitHub (Nov 2, 2024): we can use this: ` transport.proxyURL = "socks5://user:passwd@192.168.1.128:1080" `
Author
Owner

@fangzr commented on GitHub (Nov 2, 2024):

It is noted that we should use TCP rather than kcp

<!-- gh-comment-id:2453011861 --> @fangzr commented on GitHub (Nov 2, 2024): It is noted that we should use TCP rather than kcp
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3572
No description provided.