summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-11-27 23:11:48 -0800
committerNOYB <Al_Stu@Frontier.com>2015-11-27 23:11:48 -0800
commitd5a9e03015610ca1dded1d58ceec849201f0b90e (patch)
tree8852efbc23fab33a2d3a7deba929a72db5d4fa5d /src/usr/local/www/services_unbound.php
parent439ba83c590ba63bda07d3c705a193ccf34d2f2f (diff)
downloadpfsense-d5a9e03015610ca1dded1d58ceec849201f0b90e.zip
pfsense-d5a9e03015610ca1dded1d58ceec849201f0b90e.tar.gz
Listen port type should probably be 'number' instead of 'text'
Diffstat (limited to 'src/usr/local/www/services_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index c1fbf20..8b49343 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -273,7 +273,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Input(
'port',
'Listen Port',
- 'text',
+ 'number',
$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.');
OpenPOWER on IntegriCloud