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
+5 -1
View File
@@ -467,10 +467,14 @@ textarea { resize: vertical; font-family: var(--mono); font-size: 0.85rem; }
gap: 0.5rem;
margin: 1rem 0;
}
input.mono, .mono {
input.mono, .mono, textarea.mono {
font-family: "JetBrains Mono", ui-monospace, monospace;
font-size: 0.85rem;
}
textarea.mono {
width: 100%;
resize: vertical;
}
@keyframes rise {
from { opacity: 0; transform: translateY(12px); }