mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 13:23:38 -07:00
Fixed bug when IPv6 is disabled via GRUB.
This commit is contained in:
parent
44bfd1d221
commit
fa297c8a16
6 changed files with 68 additions and 29 deletions
|
@ -168,6 +168,9 @@ class Settings:
|
|||
self.ExternalIP6 = options.ExternalIP6
|
||||
self.Quiet_Mode = options.Quiet
|
||||
|
||||
#Do we have IPv6 for real?
|
||||
self.IPv6 = utils.Probe_IPv6_socket()
|
||||
|
||||
if self.Interface == "ALL":
|
||||
self.Bind_To_ALL = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue