diff options
author | Chris Buechler <cmb@pfsense.org> | 2008-01-11 04:14:23 +0000 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2008-01-11 04:14:23 +0000 |
commit | 7e74b5bf4c4e6ed5cd1db0a2b94dca29d1afe90b (patch) | |
tree | 2099021b3fe0280f693420ef8b6df85d3dd3101d | |
parent | 9ba4e2e3e7edc07a2bed72f2316bab130c6b4690 (diff) | |
download | pfsense-7e74b5bf4c4e6ed5cd1db0a2b94dca29d1afe90b.zip pfsense-7e74b5bf4c4e6ed5cd1db0a2b94dca29d1afe90b.tar.gz |
touch up text
Ticket #1578
-rwxr-xr-x | usr/local/www/services_dhcp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index a09c657..52c3de4 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -436,14 +436,14 @@ function show_netboot_config() { <td width="78%" class="vtable"> <input name="dns1" type="text" class="formfld" id="dns1" size="20" value="<?=htmlspecialchars($pconfig['dns1']);?>"><br> <input name="dns2" type="text" class="formfld" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>"><br> - NOTE: leave blank to use the system default DNS servers. This option is handy when your doing CARP+DHCP Failover, etc. + 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. </td> </tr> <tr> <td width="22%" valign="top" class="vncell">Gateway</td> <td width="78%" class="vtable"> <input name="gateway" type="text" class="formfld" id="gateway" size="20" value="<?=htmlspecialchars($pconfig['gateway']);?>"><br> - The default is to use the IP of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. + The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. </td> </tr> <tr> |