Skip to content

Commit

Permalink
修复 clash domain_suffix 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock authored Dec 24, 2023
1 parent e1d2e42 commit 672e90f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def parse_and_convert_to_dataframe(link):
if address.startswith('+'):
pattern = 'DOMAIN-SUFFIX'
address = address[1:]
if address.startswith('.'):
address = address[2:]
else:
pattern = 'DOMAIN'
else:
Expand Down

0 comments on commit 672e90f

Please sign in to comment.