Revision 21c49335
Added by Scott Ullrich over 18 years ago
usr/local/www/guiconfig.inc | ||
---|---|---|
102 | 102 |
23 => "Telnet", |
103 | 103 |
25 => "SMTP", |
104 | 104 |
53 => "DNS", |
105 |
69 => "TFTP", |
|
105 | 106 |
80 => "HTTP", |
106 | 107 |
110 => "POP3", |
107 | 108 |
113 => "IDENT/AUTH", |
109 |
119 => "NNTP", |
|
108 | 110 |
123 => "NTP", |
111 |
137 => "NetBIOS-NS", |
|
109 | 112 |
143 => "IMAP", |
113 |
161 => "SNMP", |
|
114 |
162 => "SNMP-Trap", |
|
115 |
389 => "LDAP", |
|
110 | 116 |
443 => "HTTPS", |
111 |
993 => "IMAP/S"); |
|
117 |
465 => "SMTP/S", |
|
118 |
500 => "isakmp", |
|
119 |
514 => "Syslog", |
|
120 |
993 => "IMAP/S", |
|
121 |
995 => "POP3/S", |
|
122 |
1194 => "OpenVPN", |
|
123 |
1512 => "MS WINS", |
|
124 |
1701 => "L2TP", |
|
125 |
1723 => "PPTP", |
|
126 |
1812 => "Radius", |
|
127 |
1813 => "Radius-accounting", |
|
128 |
3000 => "HBCI", |
|
129 |
4500 => "IPSec NAT-T", |
|
130 |
5190 => "ICQ", |
|
131 |
5900 => "VNC", |
|
132 |
5999 => "CVSup"); |
|
112 | 133 |
|
113 | 134 |
$specialnets = array("wanip" => "WAN address", "lanip" => "LAN address", "lan" => "LAN net", "pptp" => "PPTP clients"); |
114 | 135 |
|
Also available in: Unified diff
Add more well known ports to the protocols drop down.
Patch-submitted-by: Martin Fuchs