Skip to content

Commit 6061519

Browse files
committed
update readme
1 parent 2359f3a commit 6061519

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Subsocks is a secure Socks5 proxy. It encapsulate Socks5 in other security proto
1313
![protocols](./protocols.svg)
1414

1515
- [x] Fully support Socks5 (Connect, Bind, UDP associate)
16-
- [x] HTTP / HTTPS
17-
- [x] Websocket
16+
- [x] Support HTTP proxy
17+
- [x] Transport over HTTP / HTTPS
18+
- [x] Transport over Websocket
1819
- [x] HTTP authorization
1920
- [x] Smart proxy
2021

@@ -52,7 +53,7 @@ go build
5253

5354
### Getting started
5455

55-
A Subsocks instance may be a client or a server, determined by the configuration. A Subsocks client receives Socks5 data from Hosts and encapsulate Socks5 data into a security protocol like HTTPS, then forward it to the Subsocks server. The Subsocks server unpacks the data from the client and accesses the internet.
56+
A Subsocks instance may be a client or a server, determined by the configuration. A Subsocks client receives Socks5 data from Apps and encapsulate Socks5 data into a security protocol like HTTPS, then forward it to the Subsocks server. The Subsocks server unpacks the data from the client and accesses the internet.
5657

5758
![forward](./forward.svg)
5859

forward.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)