remove local rule, update xray-core to 1.8.4

This commit is contained in:
Yuzuki616
2023-08-30 14:24:09 +08:00
parent cb868c7411
commit 33ea4702af
7 changed files with 269 additions and 331 deletions

View File

@@ -65,8 +65,8 @@ type VAllssNode struct {
ServerName string `json:"server_name"`
// vless only
Flow string `json:"flow"`
RealityConfig RealityConfig
Flow string `json:"flow"`
RealityConfig RealityConfig `json:"-"`
}
type TlsSettings struct {
@@ -77,7 +77,6 @@ type TlsSettings struct {
}
type RealityConfig struct {
Dest string `json:"Dest"`
Xver uint64 `json:"Xver"`
MinClientVer string `json:"MinClientVer"`
MaxClientVer string `json:"MaxClientVer"`