Skip to content

Commit

Permalink
Update AGH_filters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deci8BelioS authored Feb 7, 2025
1 parent 816185f commit 7587fa8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Scripts/AGH_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def filter_lines(lines):
if line.endswith("r2.dev"):
normal_domains.add("*.r2.dev")
continue
if line.endswith("dweb.link"):
normal_domains.add("dweb.link")
continue
if line.endswith("aomg5bzv7.com"):
normal_domains.add("aomg5bzv7.com")
continue
Expand Down Expand Up @@ -76,4 +79,4 @@ def filter_lines(lines):
domain = f'||{domain}^'
f.write(f"{domain}\n")

print(f"File '{output_file}' generated successfully.")
print(f"File '{output_file}' generated successfully.")

0 comments on commit 7587fa8

Please sign in to comment.