fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
86.46k stars 13.37k forks source link

[Feature Request] frp with sslh #2797

Closed vay3t closed 2 years ago

vay3t commented 2 years ago

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

Becods commented 2 years ago

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.

vay3t commented 2 years ago

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

fatedier commented 2 years ago

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.

github-actions[bot] commented 2 years ago

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