summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_domainoverride_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-04-04 18:51:29 -0500
committerChris Buechler <cmb@pfsense.org>2013-04-04 18:51:29 -0500
commit8b7c19ed3210286179063e46e1106bb532162b06 (patch)
tree732d70fd9008b910f7846bc7840b26487a0e94e7 /usr/local/www/services_dnsmasq_domainoverride_edit.php
parentaa752473de6736186ee0ab6355046b6383521091 (diff)
downloadpfsense-8b7c19ed3210286179063e46e1106bb532162b06.zip
pfsense-8b7c19ed3210286179063e46e1106bb532162b06.tar.gz
source IP is optional
Diffstat (limited to 'usr/local/www/services_dnsmasq_domainoverride_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_domainoverride_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq_domainoverride_edit.php b/usr/local/www/services_dnsmasq_domainoverride_edit.php
index 52714c9..c228353 100755
--- a/usr/local/www/services_dnsmasq_domainoverride_edit.php
+++ b/usr/local/www/services_dnsmasq_domainoverride_edit.php
@@ -141,7 +141,7 @@ include("head.inc");
<?=gettext("e.g."); ?> <em>192.168.100.100</em><br/><?=gettext("Or enter # for an exclusion to pass through this host/subdomain to standard nameservers instead of a previous override."); ?><br/><?=gettext("Or enter ! for lookups for this host/subdomain to NOT be forwarded anywhere."); ?></span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Source IP");?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Source IP");?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="dnssrcip" type="text" class="formfld unknown" id="dnssrcip" size="40" value="<?=htmlspecialchars($pconfig['dnssrcip']);?>">
<br> <span class="vexpl"><?=gettext("Source IP address for queries to the DNS server for the override domain."); ?><br>
OpenPOWER on IntegriCloud