diff --git a/api/panel/node.go b/api/panel/node.go index 976971b..e6aeba1 100644 --- a/api/panel/node.go +++ b/api/panel/node.go @@ -78,7 +78,7 @@ type TlsSettings struct { ServerPort string `json:"server_port"` ShortId string `json:"short_id"` PrivateKey string `json:"private_key"` - Xver uint8 `json:"xver"` + Xver uint8 `json:"xver,string"` } type RealityConfig struct {