Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justmao945 authored Oct 28, 2017
1 parent 8bd9e19 commit 0f2a432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tlstun
# quictun
QUIC tunnel

# get free TLS certificates
Expand All @@ -11,8 +11,8 @@ quictun_server -addr :1443 -cert server.cert -key server.key -target 127.0.0.1:8

# start client on local machine with domain
```
tlstun_client -addr :1083 -target quictun-server-domain.com:1443
quictun_client -addr :1083 -target quictun-server-domain.com:1443
```
# TODO
* client & server auth
* optimize bandwdith (compare with KCPTUN)
* optimize bandwdith (compare with KCPTUN)

0 comments on commit 0f2a432

Please sign in to comment.