Revision 4861bddb
Added by Jim Pingle over 5 years ago
src/usr/local/www/guiconfig.inc | ||
---|---|---|
182 | 182 |
|
183 | 183 |
/* some well known ports */ |
184 | 184 |
$wkports = array( |
185 |
179 => "BGP", |
|
185 | 186 |
5999 => "CVSup", |
186 | 187 |
53 => "DNS", |
188 |
853 => "DNS over TLS", |
|
187 | 189 |
21 => "FTP", |
188 | 190 |
3000 => "HBCI", |
189 | 191 |
80 => "HTTP", |
... | ... | |
196 | 198 |
500 => "ISAKMP", |
197 | 199 |
1701 => "L2TP", |
198 | 200 |
389 => "LDAP", |
201 |
636 => "LDAP/S", |
|
199 | 202 |
1755 => "MMS/TCP", |
200 | 203 |
7000 => "MMS/UDP", |
201 | 204 |
445 => "MS DS", |
... | ... | |
222 | 225 |
22 => "SSH", |
223 | 226 |
3478 => "STUN", |
224 | 227 |
587 => "SUBMISSION", |
228 |
514 => "Syslog", |
|
225 | 229 |
3544 => "Teredo", |
226 | 230 |
23 => "Telnet", |
227 | 231 |
69 => "TFTP", |
Also available in: Unified diff
Add a few more common ports to list. Fixes #10166
(cherry picked from commit d2c6e89c40b1bff2deb1f0a8847a5199b317ba0f)