mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add more well known ports to the protocols drop down.
This commit is contained in:
parent
d82bf7d52c
commit
1d136eebc3
@ -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");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user