mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +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 Settings:**
|
||||||
- Local DNS records
|
- Local DNS records
|
||||||
- Local CNAME records records
|
- Local CNAME records
|
||||||
|
|
||||||
**All Settings** (only visible in Expert mode):
|
**All Settings** (only visible in Expert mode):
|
||||||
- Advanced settings page, containing all available options
|
- 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="col-md-12 col-lg-6">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header with-border">
|
<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>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user