mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #669 from pi-hole/tweak/lan
Use "lan" as suggested TLD for DHCP generated domains
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
|
||||
if (isset($setupVars["PIHOLE_DOMAIN"])) {
|
||||
$piHoleDomain = $setupVars["PIHOLE_DOMAIN"];
|
||||
} else {
|
||||
$piHoleDomain = "local";
|
||||
$piHoleDomain = "lan";
|
||||
}
|
||||
?>
|
||||
<form role="form" method="post">
|
||||
|
||||
Reference in New Issue
Block a user