Skip to content

Commit

Permalink
Merge pull request #1237 from ImMohammad20000/fragment
Browse files Browse the repository at this point in the history
increased fragment settings to 4 digits
  • Loading branch information
SaintShit committed Aug 30, 2024
2 parents cdb5472 + ca4d1e9 commit 3f1c86a
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}-\d{1,3})|(\d{1,3})),(tlshello|\d|\d\-\d)$')
FRAGMENT_PATTERN = re.compile(r'^((\d{1,4}-\d{1,4})|(\d{1,4})),((\d{1,3}-\d{1,3})|(\d{1,3})),(tlshello|\d|\d\-\d)$')


class ProxyTypes(str, Enum):
Expand Down

0 comments on commit 3f1c86a

Please sign in to comment.