Run official Xray-core on nodes with full Reality, TLS, and routing.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -153,8 +153,17 @@ type Inbound struct {
|
||||
RealityPrivateKey string `json:"reality_private_key"`
|
||||
RealityPublicKey string `json:"reality_public_key"`
|
||||
RealityShortID string `json:"reality_short_id"`
|
||||
RealityShortIDs string `json:"reality_short_ids"`
|
||||
SpiderX string `json:"spider_x"`
|
||||
RealityXver int `json:"reality_xver"`
|
||||
SSMethod string `json:"ss_method"`
|
||||
Password string `json:"password"`
|
||||
FallbackDest string `json:"fallback_dest"`
|
||||
FallbacksJSON string `json:"fallbacks_json"`
|
||||
TLSCertPEM string `json:"tls_cert_pem"`
|
||||
TLSKeyPEM string `json:"tls_key_pem"`
|
||||
Sniffing bool `json:"sniffing"`
|
||||
SniffingRouteOnly bool `json:"sniffing_route_only"`
|
||||
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
@@ -260,6 +269,7 @@ type SubHost struct {
|
||||
ALPN string `json:"alpn,omitempty"`
|
||||
PublicKey string `json:"public_key,omitempty"`
|
||||
ShortID string `json:"short_id,omitempty"`
|
||||
SpiderX string `json:"spider_x,omitempty"`
|
||||
SSMethod string `json:"ss_method,omitempty"`
|
||||
Password string `json:"password,omitempty"`
|
||||
Address string `json:"address"`
|
||||
|
||||
Reference in New Issue
Block a user