Added DHCP DNS vs DHCP WPAD

This commit is contained in:
lgandx 2021-12-12 17:55:58 -03:00
parent 9dc779869b
commit 76f6c88df3
3 changed files with 17 additions and 15 deletions

View file

@ -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