From e8199d8dbf462f493fe3dfbbe56556e25b57620b Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 11 Feb 2020 22:04:45 +0100 Subject: [PATCH] filter_plugins/resolve_filter update dependencies --- filter_plugins/resolve_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter_plugins/resolve_filter.py b/filter_plugins/resolve_filter.py index 3ebe9e2..4e0a85c 100644 --- a/filter_plugins/resolve_filter.py +++ b/filter_plugins/resolve_filter.py @@ -1,5 +1,5 @@ # Install dependencies: -# apt-get install python-dnspython +# apt-get install python-dnspython python3-dnspython import dns.resolver class FilterModule (object):