[GH-ISSUE #4083] Connection to FRPS via socks5 #3224

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

Originally created by @paolosezart on GitHub (Mar 19, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4083

Describe the feature request

Here https://github.com/fatedier/frp?tab=readme-ov-file#connecting-to-frps-via-proxy shows an example how to connect FRPC to FRPS via http proxy.
Is it possible to connect via 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 @paolosezart on GitHub (Mar 19, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4083 ### Describe the feature request Here https://github.com/fatedier/frp?tab=readme-ov-file#connecting-to-frps-via-proxy shows an example how to connect FRPC to FRPS via http proxy. Is it possible to connect via 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 - [X] Extensions - [X] Others
Author
Owner

@fatedier commented on GitHub (Mar 19, 2024):

Yes, like this: https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L92

<!-- gh-comment-id:2006975440 --> @fatedier commented on GitHub (Mar 19, 2024): Yes, like this: https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L92
Author
Owner

@passioncsu commented on GitHub (Mar 21, 2024):

is that support stcp type?

proxies
name = "plugin_socks5"
type = "stcp"
[proxies.plugin]
type = "socks5"

<!-- gh-comment-id:2011027536 --> @passioncsu commented on GitHub (Mar 21, 2024): is that support stcp type? [[proxies]] name = "plugin_socks5" type = "stcp" [proxies.plugin] type = "socks5"
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#3224
No description provided.