Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M1r0ku/frp-Modify
/ HTTPSProxy
Struct
HTTPSProxy
frp-dev/server/proxy/https.go:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
HTTPSProxy
struct
{
26
*BaseProxy
27
cfg *config.HTTPSProxyConf
28
}
29
30
func
(pxy *HTTPSProxy) Run() (remoteAddr string, err error) {
31
xl := pxy.xl
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected