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-11 10:48:36 +0300
committerCasey Deccio <casey@deccio.net>2016-02-11 10:48:36 +0300
commita317a9871152585ae9196fa54015151995224bb7 (patch)
tree4d53e73c911b826cb900bec94bf01059f503fe0b /contrib
parent179e382e13fbfd7b0cc9e6182c4277cb7ef303ce (diff)
Don't use Private factory
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/digviz2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/digviz b/contrib/digviz
index 9156c44..cf94148 100755
--- a/contrib/digviz
+++ b/contrib/digviz
@@ -306,7 +306,7 @@ class DigCommandLineQuery:
response_handlers = self.handlers
if self.lg_url is not None:
- th_factories = (transport.DNSQueryTransportHandlerHTTPPrivateFactory(self.lg_url),)
+ th_factories = (transport.DNSQueryTransportHandlerHTTPFactory(self.lg_url),)
else:
th_factories = None