From d57e1a0fef09d6c50a1ac9e3a47953e9385689c1 Mon Sep 17 00:00:00 2001 From: fodhelper <161948085+fodhelper@users.noreply.github.com> Date: Sun, 19 May 2024 00:33:40 +0100 Subject: [PATCH] Update proxy.py --- app/models/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/proxy.py b/app/models/proxy.py index c1cd41a7..bef62f36 100644 --- a/app/models/proxy.py +++ b/app/models/proxy.py @@ -16,7 +16,7 @@ XTLSFlows ) -FRAGMENT_PATTERN = re.compile(r'^(\d{1,3}-\d{1,3}),(\d{1,3}-\d{1,3}),(tlshello|\d|\d\-\d)$') +FRAGMENT_PATTERN = re.compile(r'^((\d{1,3}-\d{1,3})|(\d{1,3})),((\d{1,3}-\d{1,3})|(\d{1,3})),(tlshello|\d|\d\-\d)$') class ProxyTypes(str, Enum):