对clash ip规则添加no-resolve close #84

This commit is contained in:
heinu 2024-09-19 13:22:38 +08:00 committed by GitHub
parent e5085bd635
commit 50e91f48bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ def format_regex(List):
def format_ip(List):
ip = []
for line in List:
ip_lines = f" - IP-CIDR,{line.strip()}"
ip_lines = f" - IP-CIDR,{line.strip()},no-resolve"
ip.append(ip_lines)
return ip