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-08-04 05:09:20 +0300
committerCasey Deccio <casey@deccio.net>2016-08-04 05:09:20 +0300
commitbf997e8491f9c3ef0653cf078de899a6e46d56eb (patch)
tree31d5e3114d4fcd76b1d4dde0375e4b963b88f3f5
parente8bfaa09c85a07a3f3732fe7c1915e619fb67aba (diff)
Don't look up localhost
-rw-r--r--dnsviz/commands/probe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsviz/commands/probe.py b/dnsviz/commands/probe.py
index 18caf7e..75e7bd8 100644
--- a/dnsviz/commands/probe.py
+++ b/dnsviz/commands/probe.py
@@ -303,7 +303,7 @@ def name_addr_mappings_from_string(domain, mappings):
next_port += 1
_serve_zone(domain, mapping, port)
name = 'localhost'
- addr = None
+ addr = '127.0.0.1'
else:
# First determine whether the argument is name=value or simply value