Skip to content

Commit 42216ac

Browse files
committed
Add proxying protocols (SOCKS4/SOCKS4a, SOCKS5 and HTTP tunneling)
1 parent 0f98309 commit 42216ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protocols.csv

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

0 commit comments

Comments
 (0)