mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Fix for an Issue #123
This commit is contained in:
parent
a5062c1e4f
commit
07738004cc
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class DNSServer:
|
|||
self._requests = []
|
||||
self._lock = threading.Lock()
|
||||
self._socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
self._socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
|
||||
self._socket.bind(("", 53))
|
||||
self._running = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue