From f1444666b343956a8186d8e985f8c784ed10f966 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 23 Sep 2016 19:43:33 -0700 Subject: [PATCH] PortLookup: update + fix typo in example [skip ci] --- PortLookup/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PortLookup/README.md b/PortLookup/README.md index 1098530..513aeca 100644 --- a/PortLookup/README.md +++ b/PortLookup/README.md @@ -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] + `port 22 + 22: Secure Shell (SSH), secure logins, file transfers (scp, sftp) and port forwarding [22; TCP SCTP; UDP; Official] + `port 7000 + 7000: QuickTime Streaming Server [6970–9999; UDP; Unofficial], Default for Vuze's built in HTTPS Bittorrent Tracker [7000; TCP; Unofficial], and Avira Server Management Console [7000; TCP; Unofficial] ```