Skip to content

Commit

Permalink
Update RouterOS-Adlist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TG-Twilight authored Apr 14, 2024
1 parent 7cd8ca3 commit 8f96b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/RouterOS-Adlist.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json

def format_domain(domain_file):
domain = ["0.0.0.0 local"]
domain = ["0.0.0.0 localhost", "::1 localhost", "", ""]
with open(domain_file, 'r') as file:
lines = file.readlines()

Expand Down

0 comments on commit 8f96b8e

Please sign in to comment.