Skip to content

Commit

Permalink
domain_suffix behavior update for 1.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock authored May 27, 2024
1 parent b851c53 commit 321b71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def parse_list_file(link, output_directory):
if pattern == 'domain_suffix':
rule_entry = {pattern: ['.' + address.strip() for address in addresses]}
result_rules["rules"].append(rule_entry)
domain_entries.extend([address.strip() for address in addresses])
# domain_entries.extend([address.strip() for address in addresses])
elif pattern == 'domain':
domain_entries.extend([address.strip() for address in addresses])
else:
Expand Down

0 comments on commit 321b71b

Please sign in to comment.