mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Move IPv6 DHCP check box to the bottom of the Adv. DHCP settings tab
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+10
-10
@@ -372,15 +372,6 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
<h3 class="box-title">Advanced DHCP settings</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="col-md-12">
|
||||
<div class="form-group">
|
||||
<div class="checkbox"><label><input type="checkbox" name="useIPv6"
|
||||
<?php if ($DHCPIPv6){ ?>checked<?php } ?>
|
||||
class="DHCPgroup"
|
||||
<?php if (!$DHCP){ ?>disabled<?php } ?>>
|
||||
Enable IPv6 support (SLAAC + RA)</label></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<label>Pi-hole domain name</label>
|
||||
<div class="form-group">
|
||||
@@ -408,6 +399,15 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
8760 =
|
||||
one year</p>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="form-group">
|
||||
<div class="checkbox"><label><input type="checkbox" name="useIPv6"
|
||||
<?php if ($DHCPIPv6){ ?>checked<?php } ?>
|
||||
class="DHCPgroup"
|
||||
<?php if (!$DHCP){ ?>disabled<?php } ?>>
|
||||
Enable IPv6 support (SLAAC + RA)</label></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -708,7 +708,7 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
<?php if ($DNSinterface == "all"){ ?>checked<?php } ?> ><strong>Listen on all interfaces, permit all origins</strong></label>
|
||||
</div>
|
||||
</div>
|
||||
<p>Note that the last option should not be used on devices which are directly connected to the Internet. This option is safe if your Pi-hole is located within your local network, i.e. protected behind your router, and you have not forwarded port 53 to this device. In virtually all other cases you have to make sure that your Pi-hole is properly firewalled.
|
||||
<p>Note that the last option should not be used on devices which are directly connected to the Internet. This option is safe if your Pi-hole is located within your local network, i.e. protected behind your router, and you have not forwarded port 53 to this device. In virtually all other cases you have to make sure that your Pi-hole is properly firewalled.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user