Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protocols.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ code, size, name, comment
443, 0, https, Deprecated alias for /tls/http
477, 0, ws, WebSockets
478, 0, wss, Deprecated alias for /tls/ws
481, 0, socks4, "SOCKS4 proxy, including the SOCKS4a domain name addressing variant (https://www.openssh.com/txt/socks4a.protocol)"
482, 0, socks5, SOCKS5 proxy (RFC1928)
483, 0, http-tunnel, HTTP tunneling proxy (RFC7231#4.3.6); combine with /tls for HTTPS proxies
479, 0, p2p-websocket-star,
277, 0, p2p-stardust,
275, 0, p2p-webrtc-star,
Expand Down