From 59d62b6cd3d8fe56655d678337ba704dc7718861 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 22 Jul 2006 04:06:55 +0000 Subject: MFC 13319 Add NMAP to OS list Useful for blocking NMAP scans :) --- usr/local/www/firewall_rules_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr') 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): ?> -- cgit v1.1