[GH-ISSUE #4076] 请求给出 frpc 作为 socks5 代理服务器的详细配置文件示例。 #3217

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

Originally created by @bywenshu on GitHub (Mar 16, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4076

Describe the feature request

如题,要求使用 frpc 作为 socks5 代理服务器,并能访问外网。感谢解答。

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 @bywenshu on GitHub (Mar 16, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4076 ### Describe the feature request 如题,要求使用 frpc 作为 socks5 代理服务器,并能访问外网。感谢解答。 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@junbujianwpl commented on GitHub (Mar 22, 2024):

好像没看到答案啊老板

从issue里抄了一个,试了下好使,

[[proxies]]
name = "socks5_proxy"
type = "tcp"
remotePort = 5005
transport.useEncryption = true
transport.useCompression = true
[proxies.plugin]
type = "socks5"
<!-- gh-comment-id:2016062693 --> @junbujianwpl commented on GitHub (Mar 22, 2024): 好像没看到答案啊老板 从issue里抄了一个,试了下好使, ``` [[proxies]] name = "socks5_proxy" type = "tcp" remotePort = 5005 transport.useEncryption = true transport.useCompression = true [proxies.plugin] type = "socks5" ```
Author
Owner

@Hanson commented on GitHub (Nov 18, 2025):

@junbujianwpl 你这个配置是客户端还是服务端的

<!-- gh-comment-id:3546094539 --> @Hanson commented on GitHub (Nov 18, 2025): @junbujianwpl 你这个配置是客户端还是服务端的
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#3217
No description provided.