Skip to content

Commit

Permalink
Update proxy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fodhelper authored May 18, 2024
1 parent c994110 commit d57e1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d57e1a0

Please sign in to comment.