summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-07-09 10:51:40 -0400
committerjim-p <jimp@pfsense.org>2012-07-09 10:51:40 -0400
commit4af6167de19720e9c84da5520271200e346c23a5 (patch)
treec6ff0ac780058feb08e94ee71d3fde53ce1595c3 /usr/local/www/services_dnsmasq_edit.php
parentbaef6be8cfcecb043c875c2834ffb01d42244d32 (diff)
downloadpfsense-4af6167de19720e9c84da5520271200e346c23a5.zip
pfsense-4af6167de19720e9c84da5520271200e346c23a5.tar.gz
Add a v6 ip example to the host override edit so users know that they can use them there.
Diffstat (limited to 'usr/local/www/services_dnsmasq_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq_edit.php b/usr/local/www/services_dnsmasq_edit.php
index e77e2cb..56ad988 100755
--- a/usr/local/www/services_dnsmasq_edit.php
+++ b/usr/local/www/services_dnsmasq_edit.php
@@ -212,7 +212,7 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="ip" type="text" class="formfld" id="ip" size="40" value="<?=htmlspecialchars($pconfig['ip']);?>">
<br> <span class="vexpl"><?=gettext("IP address of the host"); ?><br>
- <?=gettext("e.g."); ?> <em>192.168.100.100</em></span></td>
+ <?=gettext("e.g."); ?> <em>192.168.100.100</em> <?=gettext("or"); ?> <em>fd00:abcd::1</em></span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Description");?></td>
OpenPOWER on IntegriCloud