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

@ -26,7 +26,7 @@ type json_out_server_stats struct {
ServerRoutes int64 `json:"server-routes"`
ServerPeers int64 `json:"server-peers"`
SshProxySessions int64 `json:"ssh-pxy-sessions"`
SshProxySessions int64 `json:"pxy-ssh-sessions"`
}
// ------------------------------------