mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
add test commands to readme
This commit is contained in:
parent
717e4e0ecd
commit
fd485dc50a
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -4,3 +4,19 @@
|
|||
[](https://godoc.org/github.com/lucas-clemente/quic-go)
|
||||
|
||||
This is very much an incomplete, buggy, unperformant and insecure work in progress :)
|
||||
|
||||
Installing deps:
|
||||
|
||||
go get -t
|
||||
|
||||
Running the example server:
|
||||
|
||||
go run example/main.go
|
||||
|
||||
Using the `quic_client` from chromium:
|
||||
|
||||
quic_client --host=127.0.0.1 --port=6121 --v=1 https://quic.clemente.io
|
||||
|
||||
Using Chrome:
|
||||
|
||||
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome --no-proxy-server --enable-quic --origin-to-force-quic-on=quic.clemente.io:443 --host-resolver-rules='MAP quic.clemente.io:443 127.0.0.1:6121' https://quic.clemente.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue