diff options
-rwxr-xr-x | usr/local/www/guiconfig.inc | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index b140bf4..d6fa2c6 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -102,13 +102,34 @@ $wkports = array(3389 => "MS RDP", 23 => "Telnet", 25 => "SMTP", 53 => "DNS", + 69 => "TFTP", 80 => "HTTP", 110 => "POP3", 113 => "IDENT/AUTH", + 119 => "NNTP", 123 => "NTP", + 137 => "NetBIOS-NS", 143 => "IMAP", + 161 => "SNMP", + 162 => "SNMP-Trap", + 389 => "LDAP", 443 => "HTTPS", - 993 => "IMAP/S"); + 465 => "SMTP/S", + 500 => "isakmp", + 514 => "Syslog", + 993 => "IMAP/S", + 995 => "POP3/S", + 1194 => "OpenVPN", + 1512 => "MS WINS", + 1701 => "L2TP", + 1723 => "PPTP", + 1812 => "Radius", + 1813 => "Radius-accounting", + 3000 => "HBCI", + 4500 => "IPSec NAT-T", + 5190 => "ICQ", + 5900 => "VNC", + 5999 => "CVSup"); $specialnets = array("wanip" => "WAN address", "lanip" => "LAN address", "lan" => "LAN net", "pptp" => "PPTP clients"); |