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

@ -51,6 +51,7 @@ type BasicAuthConfig struct {
type CTLServiceConfig struct {
Prefix string `yaml:"prefix"` // url prefix for control channel endpoints
Addrs []string `yaml:"addresses"`
BasicAuth BasicAuthConfig `yaml:"basic-auth"`
}
type PXYServiceConfig struct {