mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 14:42:23 +01:00
Empty suggestion instead of 0.0.0.0
This commit is contained in:
@@ -113,9 +113,9 @@
|
||||
$DHCProuter = $DHCPdomain[0].".".$DHCPdomain[1].".".$DHCPdomain[2].".1";
|
||||
}
|
||||
else {
|
||||
$DHCPstart = "0.0.0.0";
|
||||
$DHCPend = "0.0.0.0";
|
||||
$DHCProuter = "0.0.0.0";
|
||||
$DHCPstart = "";
|
||||
$DHCPend = "";
|
||||
$DHCProuter = "";
|
||||
}
|
||||
}
|
||||
if(isset($setupVars["PIHOLE_DOMAIN"])){
|
||||
|
||||
Reference in New Issue
Block a user