Fix hysteria2 realm server

This commit is contained in:
世界
2026-05-12 22:18:24 +08:00
parent cad8997750
commit 44033f9f2e
4 changed files with 24 additions and 1 deletions
+1
View File
@@ -152,5 +152,6 @@ type HysteriaRealmUser struct {
type HysteriaRealmServiceOptions struct {
ListenOptions
InboundTLSOptionsContainer
HTTP2Options
Users []HysteriaRealmUser `json:"users"`
}