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:
DL6ER
2017-10-19 19:26:21 +02:00
parent a604a49be4
commit 5ef9fe73cd
+10 -10
View File
@@ -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>