mirror of
https://github.com/pi-hole/web.git
synced 2026-08-25 15:42:20 +01:00
Note that keeping records local restarts the resolver
The `local=` lines that `dns.hostsLocal` generates are part of the dnsmasq configuration, which is read at startup only. The note claimed the opposite. Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -66,7 +66,7 @@ PageTitle = "Local DNS Settings"
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<strong>Note:</strong>
|
||||
<p>Adding/removing local DNS records will flush the cache but does not require a restart of the DNS server.</p>
|
||||
<p>Adding/removing local DNS records will flush the cache. With the option above enabled, the DNS server is restarted as well, as the rules keeping these names local are part of its configuration.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user