mirror of
https://github.com/pi-hole/web.git
synced 2025-12-19 18:28:24 +00:00
Fix Local CNAME records records mistake
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -206,7 +206,7 @@ Lists, domains (block or allow) and regex entries can be managed through groups.
|
||||
|
||||
**Local DNS Settings:**
|
||||
- Local DNS records
|
||||
- Local CNAME records records
|
||||
- Local CNAME records
|
||||
|
||||
**All Settings** (only visible in Expert mode):
|
||||
- Advanced settings page, containing all available options
|
||||
|
||||
@@ -59,7 +59,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
||||
<div class="col-md-12 col-lg-6">
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title" id="title-cnameRecords" data-configkeys="dns.cnameRecords">Local CNAME records records</h3>
|
||||
<h3 class="box-title" id="title-cnameRecords" data-configkeys="dns.cnameRecords">Local CNAME records</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user