renamed ssh_pxy_sessions to pxy_ssh_sessions

This commit is contained in:
2025-01-28 01:29:21 +09:00
parent c5f63328b2
commit 2655da937f
4 changed files with 13 additions and 2 deletions

View File

@ -42,6 +42,16 @@ type ServerSvcPortMap = map[PortId]ConnRouteId
type ServerWpxResponseTransformer func(r *ServerRouteProxyInfo, resp *http.Response) io.Reader
type ServerWpxForeignPortProxyMaker func(wpx_type string, port_id string) (*ServerRouteProxyInfo, error)
type ServerCTLConfig struct {
prefix string
addrs []string
basic_auth struct {
enabled bool
users []string
}
tls *tls.Config
}
type Server struct {
UnimplementedHoduServer
Named