mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-05 20:41:22 -07:00
Added DHCP DNS vs DHCP WPAD
This commit is contained in:
parent
9dc779869b
commit
76f6c88df3
3 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue