Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol table #186

Open
colemar opened this issue Apr 11, 2024 · 0 comments
Open

Protocol table #186

colemar opened this issue Apr 11, 2024 · 0 comments

Comments

@colemar
Copy link

colemar commented Apr 11, 2024

Protocol table should look like this:

image

+-------------------+------------+------------+------------+------------+--------------+
| Name              | TCP server | TCP client | UDP server | UDP client | scheme       |
+===================+============+============+============+============+==============+
| http (connect)    | v          | v          |            |            | http://      |
+-------------------+------------+------------+------------+------------+--------------+
| http              |            | v          |            |            | httponly://  |
| (get,post,etc)    |            |            |            |            | (as client)  |
+-------------------+------------+------------+------------+------------+--------------+
| http v2 (connect) | v          | v          |            |            | h2://        |
+-------------------+------------+------------+------------+------------+--------------+
| http v3 (connect) | v by UDP   | v by UDP   |            |            | h3://        |
+-------------------+------------+------------+------------+------------+--------------+
| https             | v          | v          |            |            | http+ssl://  |
+-------------------+------------+------------+------------+------------+--------------+
| socks4            | v          | v          |            |            | socks4://    |
+-------------------+------------+------------+------------+------------+--------------+
| socks5            | v          | v          | v udp-only | v udp-only | socks5://    |
+-------------------+------------+------------+------------+------------+--------------+
| socks5 over TLS   | v          | v          |            |            | socks5+ssl://|
+-------------------+------------+------------+------------+------------+--------------+
| shadowsocks       | v          | v          | v          | v          | ss://        |
+-------------------+------------+------------+------------+------------+--------------+
| shadowsocks aead  | v          | v          |            |            | ss://        |
+-------------------+------------+------------+------------+------------+--------------+ 
| shadowsocksR      | v          | v          |            |            | ssr://       |
+-------------------+------------+------------+------------+------------+--------------+ 
| trojan            | v          | v          |            |            | trojan://    |
+-------------------+------------+------------+------------+------------+--------------+
| ssh tunnel        |            | v          |            |            | ssh://       |
+-------------------+------------+------------+------------+------------+--------------+
| quic              | v by UDP   | v by UDP   | v          | v          | http+quic:// |
+-------------------+------------+------------+------------+------------+--------------+
| iptables nat      | v          |            |            |            | redir://     |
+-------------------+------------+------------+------------+------------+--------------+
| pfctl nat (macos) | v          |            |            |            | pf://        |
+-------------------+------------+------------+------------+------------+--------------+
| echo              | v          |            | v          |            | echo://      |
+-------------------+------------+------------+------------+------------+--------------+
| tunnel            | v          | v          | v          | v          | tunnel://    |
| (raw socket)      |            |            |            |            | tunnel{ip}://|
+-------------------+------------+------------+------------+------------+--------------+
| websocket         | v          | v          |            |            | ws://        |
|(simple tunnel)    |            |            |            |            | ws{dst_ip}://|
+-------------------+------------+------------+------------+------------+--------------+
| xxx over TLS      | v          | v          |            |            | xxx+ssl://   |
+-------------------+------------+------------+------------+------------+--------------+
| AUTO DETECT       | v          |            | v          |            | a+b+c+d://   |
+-------------------+------------+------------+------------+------------+--------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant