summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-22 04:06:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-22 04:06:55 +0000
commit59d62b6cd3d8fe56655d678337ba704dc7718861 (patch)
tree64d9dfdfedcca83c9013867f62b0053dea16f7db /usr
parenta62d71313686d41434f1f7744395e393e84cc264 (diff)
downloadpfsense-59d62b6cd3d8fe56655d678337ba704dc7718861.zip
pfsense-59d62b6cd3d8fe56655d678337ba704dc7718861.tar.gz
MFC 13319
Add NMAP to OS list Useful for blocking NMAP scans :)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 14b8f58..24e44d5 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -533,7 +533,8 @@ include("head.inc");
"Solaris" => "Solaris",
"MacOS" => "MacOS",
"Windows" => "Windows",
- "Novell" => "Novell"
+ "Novell" => "Novell",
+ "NMAP" => "NMAP"
);
foreach ($ostypes as $ostype => $descr): ?>
OpenPOWER on IntegriCloud