X Tutup
Skip to content

Commit f2a56a3

Browse files
committed
modify table
1 parent 5eff281 commit f2a56a3

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

README.rst

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -209,33 +209,37 @@ URI Syntax
209209

210210
- Currently supported scheme: http, socks, ss, ssl, secure. You can use + to link multiple protocols together.
211211

212-
+--------+-----------------------------+
213-
| http | http protocol |
214-
+--------+-----------------------------+
215-
| socks4 | socks4 protocol |
216-
+--------+-----------------------------+
217-
| socks5 | socks5 protocol |
218-
+--------+-----------------------------+
219-
| ss | shadowsocks protocol |
220-
+--------+-----------------------------+
221-
| ssr | shadowsocksr (SSR) protocol |
222-
+--------+-----------------------------+
223-
| redir | redirect (iptables nat) |
224-
+--------+-----------------------------+
225-
| pf | pfctl (macos pf nat) |
226-
+--------+-----------------------------+
227-
| ssl | unsecured ssl/tls (no cert) |
228-
+--------+-----------------------------+
229-
| secure | secured ssl/tls (cert) |
230-
+--------+-----------------------------+
231-
| tunnel | raw connection |
232-
+--------+-----------------------------+
233-
| ws | websocket connection |
234-
+--------+-----------------------------+
235-
| echo | echo-back service |
236-
+--------+-----------------------------+
237-
| direct | direct connection |
238-
+--------+-----------------------------+
212+
+----------+-----------------------------+
213+
| http | http protocol (CONNECT) |
214+
+----------+-----------------------------+
215+
| httponly | http protocol (GET/POST) |
216+
+----------+-----------------------------+
217+
| socks4 | socks4 protocol |
218+
+----------+-----------------------------+
219+
| socks5 | socks5 protocol |
220+
+----------+-----------------------------+
221+
| ss | shadowsocks protocol |
222+
+----------+-----------------------------+
223+
| ssr | shadowsocksr (SSR) protocol |
224+
+----------+-----------------------------+
225+
| redir | redirect (iptables nat) |
226+
+----------+-----------------------------+
227+
| pf | pfctl (macos pf nat) |
228+
+----------+-----------------------------+
229+
| ssl | unsecured ssl/tls (no cert) |
230+
+----------+-----------------------------+
231+
| secure | secured ssl/tls (cert) |
232+
+----------+-----------------------------+
233+
| tunnel | raw connection |
234+
+----------+-----------------------------+
235+
| ws | websocket connection |
236+
+----------+-----------------------------+
237+
| echo | echo-back service |
238+
+----------+-----------------------------+
239+
| direct | direct connection |
240+
+----------+-----------------------------+
241+
242+
- "http://" accepts GET/POST/CONNECT as server, sends CONNECT as client. "httponly://" sends "GET/POST" as client, works only on http traffic.
239243

240244
- Valid schemes: http://, http+socks4+socks5://, http+ssl://, ss+secure://, http+socks5+ss://
241245

0 commit comments

Comments
 (0)
X Tutup