mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-28 10:29:06 +00:00
Minor fix
This commit is contained in:
@@ -186,9 +186,6 @@ class Settings:
|
||||
else:
|
||||
self.Bind_To_ALL = False
|
||||
|
||||
|
||||
self.IP_aton = socket.inet_aton(self.Bind_To)
|
||||
|
||||
if self.Interface == "ALL":
|
||||
self.IP_aton = socket.inet_aton(self.OURIP)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user