Commit 206ec685 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(proxy) lowercase all domains to avoid collisions

(cherry picked from commit 8c02d8cb)
parent 3a3fe142
......@@ -157,7 +157,7 @@ class DomainSorter(object):
""" save content, send reverse sorted to buffers
:param data: line to write
"""
line = data.strip()
line = data.strip().lower()
if len(line) > 0:
self.add(line[::-1], line)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment