Replace externalProxy arrays with hosts table entries
3x-ui now renders share-link endpoints from the hosts table, which supersedes the legacy externalProxy arrays in stream_settings. Remove those arrays from all four inbounds and insert one host per inbound instead (inbound_id resolved by tag): - REALITY: panel domain, 443, security=same (inherits reality params) - ws / xhttp / trojan-grpc: panel domain, 443, security=tls, fingerprint firefox Also switch the REALITY inbound uTLS fingerprint from chrome to firefox to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
d816b5edcc
commit
716840a691
@@ -32,7 +32,11 @@ effect on servers only after push to `main`.
|
||||
6. Installs 3x-ui panel from MHSanaei/3x-ui latest release (`install_panel`)
|
||||
7. Configures nginx (`configure_nginx`) — SNI stream (443 → reality:8443 / panel:7443),
|
||||
per-domain vhosts, shared includes snippet, rate-limit zones
|
||||
8. Pushes all settings and inbounds into x-ui.db (`configure_xui_db`)
|
||||
8. Pushes all settings and inbounds into x-ui.db (`configure_xui_db`).
|
||||
Share-link endpoints use the `hosts` table (supersedes legacy `externalProxy`
|
||||
arrays in stream_settings): one host per inbound — REALITY gets
|
||||
`security=same`, the rest front through nginx :443 with `security=tls`,
|
||||
fingerprint firefox
|
||||
9. Installs Clash subscription template (`install_clash_sub`) → `/var/www/subpage/clash.yaml.tpl`;
|
||||
Clash/Mihomo user agents get generated clash.yaml, `?provider=1` bypasses it
|
||||
10. Downloads a random fake cover site (`install_fake_site`) → `/var/www/html/`
|
||||
|
||||
Reference in New Issue
Block a user