Merge pull request #1035 from Mograine/master

Add ability to manage custom DNS records
This commit is contained in:
Adam Warner
2019-11-29 13:28:56 +00:00
committed by GitHub
5 changed files with 323 additions and 0 deletions

View File

@@ -477,6 +477,12 @@ if($auth) {
<i class="fa fa-ban"></i> <span>Blacklist</span>
</a>
</li>
<!-- Custom DNS -->
<li<?php if($scriptname === "custom_dns.php"){ ?> class="active"<?php } ?>>
<a href="custom_dns.php">
<i class="fa fa-address-book"></i> <span>Custom DNS</span>
</a>
</li>
<!-- Toggle -->
<li id="pihole-disable" class="treeview"<?php if ($pistatus == "0") { ?> hidden="true"<?php } ?>>