mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 13:11:29 +00:00
Added DHCP DNS vs DHCP WPAD
This commit is contained in:
@@ -132,7 +132,7 @@ class Settings:
|
||||
self.ProxyAuth_On_Off = options.ProxyAuth_On_Off
|
||||
self.CommandLine = str(sys.argv)
|
||||
self.Bind_To = utils.FindLocalIP(self.Interface, self.OURIP)
|
||||
self.DHCP_WPAD = options.DHCP_WPAD
|
||||
self.DHCP_DNS = options.DHCP_DNS
|
||||
|
||||
if self.Interface == "ALL":
|
||||
self.Bind_To_ALL = True
|
||||
|
||||
Reference in New Issue
Block a user