fix: 缺少mldsa65参数导致无法启动

This commit is contained in:
wyx2685
2025-07-24 00:07:19 +09:00
parent 39dfd8b6dd
commit 32437f5e48
2 changed files with 14 additions and 6 deletions

View File

@@ -75,12 +75,13 @@ type VAllssNode struct {
}
type TlsSettings struct {
ServerName string `json:"server_name"`
Dest string `json:"dest"`
ServerPort string `json:"server_port"`
ShortId string `json:"short_id"`
PrivateKey string `json:"private_key"`
Xver uint64 `json:"xver,string"`
ServerName string `json:"server_name"`
Dest string `json:"dest"`
ServerPort string `json:"server_port"`
ShortId string `json:"short_id"`
PrivateKey string `json:"private_key"`
Mldsa65Seed string `json:"mldsa65Seed"`
Xver uint64 `json:"xver,string"`
}
type RealityConfig struct {