From 0e2a194f4379956b54db261977919616db6298a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Thu, 28 May 2026 23:44:17 +0300 Subject: [PATCH] chore: update obfuscator ports to stealth values (2083, 5443, 993) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ports 51821-51823 look like WireGuard to port scanners. New ports mimic cPanel/HTTPS/IMAPS — less suspicious. Co-Authored-By: Claude Opus 4.6 --- client/failover.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/failover.conf.example b/client/failover.conf.example index 0d2dc03..81703b9 100644 --- a/client/failover.conf.example +++ b/client/failover.conf.example @@ -3,7 +3,7 @@ # KEY_N=obfuscation_key_for_server_N # Primary server (main, with web panel) -SERVER_1=144.124.252.104:51821,51822,51823 +SERVER_1=144.124.252.104:2083,5443,993 KEY_1=Fc3X8GbVQD2FuHPbOjKiaP83nWSwNojJ # Secondary server (backup, VPN only)