Revision 796cc218
Added by Chris Buechler about 10 years ago
usr/local/www/services_dhcpv6.php | ||
---|---|---|
632 | 632 |
<input name="dns2" type="text" class="formfld unknown" id="dns2" size="28" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br /> |
633 | 633 |
<input name="dns3" type="text" class="formfld unknown" id="dns3" size="28" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br /> |
634 | 634 |
<input name="dns4" type="text" class="formfld unknown" id="dns4" size="28" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br /> |
635 |
<?=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.");?>
|
|
635 |
<?=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.");?>
|
|
636 | 636 |
</td> |
637 | 637 |
</tr> |
638 | 638 |
<tr> |
Also available in: Unified diff
Clarify DNS Forwarder and Resolver both apply in these places. partially Ticket #3730