Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-02-16 20:43:09 +0300
committerCasey Deccio <casey@deccio.net>2016-02-16 20:43:09 +0300
commitd830b78c8cf24b380eadfa4206fb0f9da4d72eba (patch)
tree48050bc8694fdbe94dd43fd969d41b31fd93daa3 /contrib
parent37bfd6a4e6ce42bb57a4eea84373fae4b90ab361 (diff)
Check case
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/dnsviz-lg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dnsviz-lg.cgi b/contrib/dnsviz-lg.cgi
index 92bc52b..0cf4658 100755
--- a/contrib/dnsviz-lg.cgi
+++ b/contrib/dnsviz-lg.cgi
@@ -132,7 +132,7 @@ def check_qname(msg):
if blacklist is None:
import_blacklist()
- subdomain = qname
+ subdomain = qname.lower()
while True:
if subdomain in whitelist:
return