3x-ui/web/html/form
Claude 10eab4cb06
Add TrustTunnel protocol support as a separate managed process
TrustTunnel (by AdGuard) is an independent VPN protocol binary that
runs alongside Xray. This integrates it into the 3x-ui panel so users
can create TrustTunnel inbounds through the same UI.

Architecture:
- TrustTunnel runs as a separate process (not an xray inbound)
- Each TrustTunnel inbound gets its own TOML config and process
- TrustTunnel inbounds are skipped during xray config generation
- Periodic health checks restart crashed TrustTunnel processes

New files (isolated, minimal merge conflict risk):
- trusttunnel/process.go: process lifecycle and TOML config generation
- web/service/trusttunnel.go: service layer with start/stop/restart
- web/html/form/protocol/trusttunnel.html: UI form template

Modified files (minimal, targeted changes):
- database/model/model.go: add TrustTunnel protocol constant
- web/service/xray.go: skip trusttunnel inbounds in xray config
- web/service/inbound.go: validation + TrustTunnel process triggers
- web/web.go: startup/shutdown integration
- web/assets/js/model/inbound.js: protocol enum + settings class
- web/assets/js/model/dbinbound.js: isTrustTunnel helper
- web/html/form/inbound.html: form conditional
- web/html/form/client.html: password field for TrustTunnel clients

https://claude.ai/code/session_01RQBndg4ZPmYAToK4KKcBzp
2026-02-17 09:45:32 +00:00
..
protocol Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
stream Finalmask: Add XICMP 2026-02-02 17:50:30 +01:00
client.html Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
inbound.html Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
outbound.html Remove allowInsecure 2026-02-11 18:21:23 +01:00
reality_settings.html feat: Add random Reality Target/SNI selection from 52 popular services (#3577) 2025-11-01 13:07:05 +01:00
sniffing.html Code refactoring (#2865) 2025-04-06 11:40:33 +02:00
tls_settings.html Remove allowInsecure 2026-02-11 18:21:23 +01:00