Skip to content

Commit efb406f

Browse files
committed
minor revert
1 parent f7cba8d commit efb406f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/dns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _():
9797
while True:
9898
data, addr = self._socket.recvfrom(1024)
9999
_ = DNSQuery(data)
100-
self._socket.sendto(_.response("127.%s" % ".".join(str(random.randint(1, 255)) for _ in xrange(3))), addr)
100+
self._socket.sendto(_.response("127.0.0.1"), addr)
101101

102102
with self._lock:
103103
self._requests.append(_._query)

0 commit comments

Comments
 (0)