Fix logical issue.

This commit is contained in:
funilrys
2023-09-03 15:11:00 +02:00
parent fed5590f26
commit 272659110c

View File

@@ -1126,7 +1126,8 @@ def normalize_rule(rule, target_ip, keep_domain_comments):
if (
is_ip(hostname)
or re.search(static_ip_regex, hostname)
or ("." not in hostname and ":" not in hostname)
or "." not in hostname
or ":" in hostname
):
# Example: 0.0.0.0 127.0.0.1