upper to lowercase

This commit is contained in:
Joost Agterhoek 2025-03-26 19:58:43 +01:00
parent 1b435acc1e
commit 9dfa085a58

View File

@ -21,9 +21,10 @@ LOGCONF = {
}
EMAIL = "email address"
URL = "URL"
URL = "url"
DOMAIN = "domain"
IPV4 = "IPv4"
IPV6 = "IPv6"
IPV4 = "ipv4"
IPV6 = "ipv6"
NO_HOST = "no host"
domain_lookup = {}