mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
added note about no-resolv dnsmasq option
This commit is contained in:
parent
56d7a74879
commit
dc77f304bf
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue