Run official Xray-core on nodes with full Reality, TLS, and routing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-29 05:41:11 +03:00
co-authored by Cursor
parent b48b936c27
commit c567693651
13 changed files with 831 additions and 325 deletions
+10
View File
@@ -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"`