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
+9
View File
@@ -347,8 +347,17 @@ ORDER BY p.sort_order`, nodeID)
"reality_private_key": in.RealityPrivateKey,
"reality_public_key": in.RealityPublicKey,
"reality_short_id": in.RealityShortID,
"reality_short_ids": in.RealityShortIDs,
"spider_x": in.SpiderX,
"reality_xver": in.RealityXver,
"ss_method": in.SSMethod,
"password": in.Password,
"fallback_dest": in.FallbackDest,
"fallbacks_json": in.FallbacksJSON,
"tls_cert_pem": in.TLSCertPEM,
"tls_key_pem": in.TLSKeyPEM,
"sniffing": in.Sniffing,
"sniffing_route_only": in.SniffingRouteOnly,
"clients": clientList,
})
}