mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 12:40:11 +00:00
remove local rule, update xray-core to 1.8.4
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user