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
+15 -8
View File
@@ -123,8 +123,9 @@
<option value="tcp" selected>tcp</option>
<option value="ws">ws</option>
<option value="grpc">grpc</option>
<option value="quic">quic</option>
<option value="udp">udp</option>
<option value="httpupgrade">httpupgrade</option>
<option value="xhttp">xhttp</option>
<option value="kcp">kcp</option>
</select>
</label>
<label>Security
@@ -138,16 +139,16 @@
<input name="path" placeholder="/ws или grpc service">
</label>
<label>Host header
<input name="host" placeholder="для ws">
<input name="host" placeholder="для ws/xhttp">
</label>
<label>SNI
<input name="sni" placeholder="авто из reality names">
</label>
<label>Fingerprint
<label>Fingerprint (клиент)
<input name="fingerprint" value="chrome">
</label>
<label>Flow
<input name="flow" value="xtls-rprx-vision" placeholder="xtls-rprx-vision для VLESS+Reality">
<input name="flow" value="xtls-rprx-vision" placeholder="xtls-rprx-vision">
</label>
<label>ALPN
<input name="alpn" placeholder="h2,http/1.1">
@@ -159,16 +160,22 @@
<input name="remark" placeholder="Sweden RU (имя в подписке)">
</label>
<label>Reality dest
<input name="reality_dest" value="www.microsoft.com:443" placeholder="www.microsoft.com:443">
<input name="reality_dest" value="www.microsoft.com:443">
</label>
<label>Reality server names
<input name="reality_server_names" value="www.microsoft.com" placeholder="www.microsoft.com">
<input name="reality_server_names" value="www.microsoft.com">
</label>
<label>SpiderX
<input name="spider_x" value="/">
</label>
<label>Fallback dest
<input name="fallback_dest" placeholder="127.0.0.1:80">
</label>
<label>SS method
<input name="ss_method" value="aes-128-gcm">
</label>
</div>
<p class="muted">Только Xray-протоколы (VLESS/VMess/Trojan/SS). Для Reality ключи и shortId генерируются автоматически.</p>
<p class="muted">Xray-core (XTLS/Xray-core): Reality-ключи и shortId генерируются автоматически. На ноде поднимается официальный образ ghcr.io/xtls/xray-core.</p>
<button class="btn btn-primary" type="submit">Добавить inbound</button>
</form>
</section>