Revision 796cc218
Added by Chris Buechler about 10 years ago
usr/local/www/services_dhcp.php | ||
---|---|---|
889 | 889 |
<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br /> |
890 | 890 |
<input name="dns3" type="text" class="formfld unknown" id="dns3" size="20" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br /> |
891 | 891 |
<input name="dns4" type="text" class="formfld unknown" id="dns4" size="20" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br /> |
892 |
<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
|
|
892 |
<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
|
|
893 | 893 |
</td> |
894 | 894 |
</tr> |
895 | 895 |
<tr> |
Also available in: Unified diff
Clarify DNS Forwarder and Resolver both apply in these places. partially Ticket #3730