From 42172235c7a06f470dd0f04cda337466f069888d Mon Sep 17 00:00:00 2001 From: Kenyka Kenykovich <100033213+keeniGithub@users.noreply.github.com> Date: Wed, 17 Jun 2026 09:44:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20fallback=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA?= =?UTF-8?q?=20CF=20proxy=20=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=20(?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=8F=D1=82=D0=B0=D1=8F)=20(#958)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/config.py b/proxy/config.py index 7f0eb02..2d246b5 100644 --- a/proxy/config.py +++ b/proxy/config.py @@ -29,7 +29,7 @@ _CFPROXY_ENC: List[str] = [ 'clngqrflngqin.com', 'tjacxbqtj.com', 'bxaxtxmrw.com', - 'dmohrsgmohcrwb.com' + 'dmohrsgmohcrwb.com', 'vwbmtmoi.com', 'khgrre.com', 'ulihssf.com', @@ -204,4 +204,4 @@ def parse_dc_ip_list(dc_ip_list: List[str]) -> Dict[int, str]: except (ValueError, OSError): raise ValueError(f"Invalid --dc-ip {entry!r}") dc_redirects[dc_n] = ip_s - return dc_redirects \ No newline at end of file + return dc_redirects