From 313b51f96f2f94de9908c6900988a7d1b170f08f Mon Sep 17 00:00:00 2001 From: Denis Gorelov <86232599+RFOTQ@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:07:05 +0300 Subject: feat: Add random Reality Target/SNI selection from 52 popular services (#3577) * feat: Add random Reality Target/SNI selection from 52 popular services - Created reality_targets.js with list of 52 popular services - Updated RealityStreamSettings to use random targets by default - Added UI randomize buttons with sync icon in Reality settings form - Implemented randomizeRealityTarget() method in inbound modal - Replaces hardcoded google.com with diverse global services * fix --------- Co-authored-by: mhsanaei --- web/html/inbounds.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html/inbounds.html') diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 2ab00f09..8616dce5 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -602,6 +602,7 @@ {{template "page/body_scripts" .}} + {{template "component/aSidebar" .}} -- cgit v1.2.3