Полный продовый фикс HY2XS/Hysteria2: auth DTO, валидация bind, smoke, URI, preflight и env-контракт

This commit is contained in:
2026-05-08 05:06:29 +05:00
parent 4b382d6ef9
commit d2898ac10c
10 changed files with 49 additions and 23 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package dto
type Hysteria2AuthDto struct {
Addr *string `json:"addr" form:"addr" validate:"required"`
Auth *string `json:"auth" form:"auth" validate:"required"`
Tx *string `json:"tx" form:"tx" validate:"required"`
Tx *int64 `json:"tx" form:"tx" validate:"required"`
}
type Hysteria2KickDto struct {