Apply inbounds on nodes via Xray with Reality settings and client sync.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-29 05:11:45 +03:00
co-authored by Cursor
parent c41bae9852
commit 20a20168b6
15 changed files with 1081 additions and 63 deletions
+15
View File
@@ -456,6 +456,21 @@ textarea { resize: vertical; font-family: var(--mono); font-size: 0.85rem; }
max-width: 360px;
}
.actions { width: 1%; white-space: nowrap; }
.section-sub {
margin: 1.25rem 0 0.35rem;
font-size: 1rem;
font-weight: 600;
}
.check-row {
display: flex;
align-items: center;
gap: 0.5rem;
margin: 1rem 0;
}
input.mono, .mono {
font-family: "JetBrains Mono", ui-monospace, monospace;
font-size: 0.85rem;
}
@keyframes rise {
from { opacity: 0; transform: translateY(12px); }