mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Improve interface settings (#2011)
* Change wording in the "Interface Listening Behavior" box (renamed to simply "Interface settings") to address issue #2009 Signed-off-by: DL6ER <dl6er@dl6er.de> * Clarify interface listening behavior. Add fourth (new) option it actually bind to an interface. Signed-off-by: DL6ER <dl6er@dl6er.de> * Improve .no-danger-area and .danger-area CSS Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -332,6 +332,10 @@ function addStaticDHCPLease($mac, $ip, $hostname) {
|
||||
{
|
||||
$DNSinterface = "single";
|
||||
}
|
||||
elseif($_POST["DNSinterface"] === "bind")
|
||||
{
|
||||
$DNSinterface = "bind";
|
||||
}
|
||||
elseif($_POST["DNSinterface"] === "all")
|
||||
{
|
||||
$DNSinterface = "all";
|
||||
|
||||
Reference in New Issue
Block a user