added note about no-resolv dnsmasq option

This commit is contained in:
glaszig 2020-02-29 18:43:23 +01:00
parent 56d7a74879
commit dc77f304bf
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
<label for="no-resolv"><?php echo _("Do not use upstream DNS supplied from DHCP server") ?></label>
<p id="no-resolv-description">
<small><?php echo _("Enable this option if you want RaspAP to <b>send DNS queries to the servers configured below exclusively</b>. By default RaspAP also uses its upstream DHCP server's name servers.") ?></small>
<br><small class="text-muted"><?php echo _("This option adds <code>no-resolv</code> to the dnsmasq configuration.") ?></small>
</p>
</div>