细化面板REALITY配置

This commit is contained in:
wyx2685
2023-11-18 11:59:58 +09:00
parent 02852ee609
commit 5998358a5d
2 changed files with 11 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ 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"`