Skip to content

Commit 4ca381f

Browse files
authored
Update README.md
1 parent 89a3998 commit 4ca381f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
node-forward-proxy
22
===============
33

4-
p2p http and socks forward webproxy based on iWebPP.io and Node.js
4+
P2P HTTP and SOCKS forward webproxy based on iWebPP.io and Node.js
55

66
### Features
77

8-
* http / socks proxy server as forward-proxy import service
9-
* http connect tunnel over iWebPP.io STUN session as forward-proxy export service
8+
* HTTP / SOCKS proxy server as forward-proxy import service
9+
* HTTP CONNECT tunnel over iWebPP.io STUN session as forward-proxy export service
1010
* multi-hop relay over STUN session
11-
* secure p2p proxy tunnel to build user-defined webvpn service
12-
* high udp data transfer performance
11+
* secure P2P proxy tunnel to build user-defined WebVPN service
12+
* high UDP data transfer performance
1313

1414
### Install manually
1515
* npm install forward-proxy, or git clone [forward-proxy](https://github.com/InstantWebP2P/forward-proxy.git) && cd forward-proxy && npm install
@@ -33,7 +33,6 @@ p2p http and socks forward webproxy based on iWebPP.io and Node.js
3333
* for forward-proxy util, refer to bin/forward-proxy. to start it, just node bin/forward-proxy --key usrkey(MUST) --http_port xxx --socks_port xxx --export_vurl vURL --enable_export
3434
* export/import service's usrkey MUST same
3535

36-
<br/>
3736
### License
3837

3938
(The MIT License)

0 commit comments

Comments
 (0)