We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 should look like this:
+-------------------+------------+------------+------------+------------+--------------+ | 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:// | +-------------------+------------+------------+------------+------------+--------------+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Protocol table should look like this:
The text was updated successfully, but these errors were encountered: