mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
added note about no-resolv dnsmasq option
This commit is contained in:
parent
56d7a74879
commit
dc77f304bf
@ -94,6 +94,7 @@
|
|||||||
<label for="no-resolv"><?php echo _("Do not use upstream DNS supplied from DHCP server") ?></label>
|
<label for="no-resolv"><?php echo _("Do not use upstream DNS supplied from DHCP server") ?></label>
|
||||||
<p id="no-resolv-description">
|
<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>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user