Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary authored Oct 15, 2021
1 parent 196c8ad commit 5ff76ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ Then we execute it using `fexecve` syscall (as it is currently not provided by `
### HTTP3/QUIC
<table><tr><td>
Enable it with <code>-Q</code>/<code>http3</code> flag.

You can setup a light web rootfs server supporting http3 by running `go run ./test/http3/light-server.go -p <listening_port>` (This is http3 equivalent of ` python3 -m http.server <listening_port>`)

Enable it with <code>-Q</code>/<code>http3</code> flag. <br>
You can setup a light web rootfs server supporting http3 by running `go run ./test/http3/light-server.go -p <listening_port>` (This is http3 equivalent of ` python3 -m http.server <listening_port>`)<br>
use `test/http3/genkey.sh` to generate cert and key.


Expand Down

0 comments on commit 5ff76ce

Please sign in to comment.