mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1229 from pi-hole/tweak/custom_dns
Custom DNS page -> Local DNS Records
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
<!-- Title -->
|
||||
<div class="page-header">
|
||||
<h1>Custom DNS configuration</h1>
|
||||
<small>On this page, you can add domain/IP associations similar to records in <code>/etc/hosts</code>.</small>
|
||||
<h1>Local DNS Records</h1>
|
||||
<small>On this page, you can add domain/IP associations</small>
|
||||
</div>
|
||||
|
||||
<!-- Domain Input -->
|
||||
@@ -67,7 +67,7 @@
|
||||
<div class="box" id="recent-queries">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">
|
||||
List of custom DNS domains
|
||||
List of local DNS domains
|
||||
</h3>
|
||||
</div>
|
||||
<!-- /.box-header -->
|
||||
@@ -626,10 +626,10 @@ if($auth) {
|
||||
<i class="fa fa-cogs"></i> <span>Settings</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>
|
||||
<!-- Local DNS Records -->
|
||||
<li<?php if($scriptname === "dns_records.php"){ ?> class="active"<?php } ?>>
|
||||
<a href="dns_records.php">
|
||||
<i class="fa fa-address-book"></i> <span>Local DNS Records</span>
|
||||
</a>
|
||||
</li>
|
||||
<!-- Logout -->
|
||||
|
||||
Reference in New Issue
Block a user