Skip to content

Commit d8cad97

Browse files
committed
Add proxying protocols (SOCKS4/SOCKS4a, SOCKS5 and HTTP tunneling)
1 parent aa73083 commit d8cad97

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

protocols.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ code, size, name, comment
2525
443, 0, https, Deprecated alias for /tls/http
2626
477, 0, ws, WebSockets
2727
478, 0, wss, Deprecated alias for /tls/ws
28+
481, 0, socks4, "SOCKS4 proxy, including the SOCKS4a domain name addressing variant (https://www.openssh.com/txt/socks4a.protocol)"
29+
482, 0, socks5, SOCKS5 proxy (RFC1928)
30+
483, 0, http-tunnel, HTTP tunneling proxy (RFC7231#4.3.6); combine with /tls for HTTPS proxies
2831
479, 0, p2p-websocket-star,
2932
277, 0, p2p-stardust,
3033
275, 0, p2p-webrtc-star,

0 commit comments

Comments
 (0)