[GH-ISSUE #2797] [Feature Request] frp with sslh #2236

Closed
opened 2026-05-05 13:26:21 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @vay3t on GitHub (Feb 11, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2797

Describe the feature request

how could i use frp with sslh, specifically with bind_port?

Describe alternatives you've considered

i think it would be possible with unix socket

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @vay3t on GitHub (Feb 11, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2797 ### Describe the feature request how could i use frp with sslh, specifically with bind_port? ### Describe alternatives you've considered i think it would be possible with unix socket ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [X] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
gitea-mirror 2026-05-05 13:26:21 -06:00
Author
Owner

@Becods commented on GitHub (Feb 11, 2022):

use tcp proxy

sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client.

<!-- gh-comment-id:1036752815 --> @Becods commented on GitHub (Feb 11, 2022): use tcp proxy > sslh accepts connections on specified ports, and forwards them further based on tests performed on the **first data** packet sent by the remote client.
Author
Owner

@vay3t commented on GitHub (Feb 11, 2022):

I understand, what I need is to know which is the byte regex that I must use to recognize that it is an frp connection

<!-- gh-comment-id:1036776404 --> @vay3t commented on GitHub (Feb 11, 2022): I understand, what I need is to know which is the byte regex that I must use to recognize that it is an frp connection
Author
Owner

@fatedier commented on GitHub (Feb 15, 2022):

I understand, what I need is to know which is the byte regex that I must use to recognize that it is an frp connection

Maybe complex and unfixed. You'd better not rely on this.

<!-- gh-comment-id:1039803062 --> @fatedier commented on GitHub (Feb 15, 2022): > I understand, what I need is to know which is the byte regex that I must use to recognize that it is an frp connection Maybe complex and unfixed. You'd better not rely on this.
Author
Owner

@github-actions[bot] commented on GitHub (Mar 18, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1071902787 --> @github-actions[bot] commented on GitHub (Mar 18, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#2236
No description provided.