PortLookup: update + fix typo in example [skip ci]

This commit is contained in:
James Lu 2016-09-23 19:43:33 -07:00 committed by GitHub
parent a7a2dbc03c
commit f1444666b3

View File

@ -1,8 +1,8 @@
Looks up commonly used UDP and TCP port numbers from Wikipedia: https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
```
<@GLolol> `port 22
<@Atlas> 22: Secure Shell (SSH)—used for secure logins, file transfers (scp, sftp) and port forwarding [Official; TCP, SCTP/UDP]
<@GLolol> `port 7000
<@Atlas> 5000: commplex-main [Official; TCP], UPnP—Windows network device interoperability [Unofficial; TCP], VTun—VPN Software [Unofficial; TCP/UDP], FlightGear multiplayer [Unofficial; UDP], Synology Inc. Management Console, File Station, Audio Station [Unofficial; TCP], Flask Development Webserver [Unofficial; TCP], and Heroku console access [Official; TCP]
<GLolol> `port 22
<Atlas> 22: Secure Shell (SSH), secure logins, file transfers (scp, sftp) and port forwarding [22; TCP SCTP; UDP; Official]
<GLolol> `port 7000
<Atlas> 7000: QuickTime Streaming Server [69709999; UDP; Unofficial], Default for Vuze's built in HTTPS Bittorrent Tracker [7000; TCP; Unofficial], and Avira Server Management Console [7000; TCP; Unofficial]
```