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:
DL6ER
2026-08-23 10:49:23 +02:00
parent 9acf2f16de
commit d9ad0b93fb
+1 -1
View File
@@ -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>