summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-11-27 22:18:29 -0800
committerNOYB <Al_Stu@Frontier.com>2015-11-27 22:18:29 -0800
commit3e5687391b18a57127f3df30e70e37d2f7b0615f (patch)
tree26df9dc28cea983fde46015c63d536e8911f3885 /src/usr/local/www/services_unbound.php
parent96337d76ad7efd07836e2ac308abb893d3e544bc (diff)
downloadpfsense-3e5687391b18a57127f3df30e70e37d2f7b0615f.zip
pfsense-3e5687391b18a57127f3df30e70e37d2f7b0615f.tar.gz
Services DNS Resolver Listen Port Placeholder
Add default value (53) placeholder.
Diffstat (limited to 'src/usr/local/www/services_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 6ab69ad..7b830c7 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -273,7 +273,8 @@ $section->addInput(new Form_Input(
'port',
'Listen Port',
'text',
- $pconfig['port']
+ $pconfig['port'],
+ ['placeholder' => '53']
))->setHelp('The port used for responding to DNS queries. It should normally be left blank unless another service needs to bind to TCP/UDP port 53.');
$activeiflist = build_if_list($pconfig['active_interface']);
OpenPOWER on IntegriCloud