Skip to content

Commit

Permalink
docs(README): explain connecting with Firefox to local neqo-server (#…
Browse files Browse the repository at this point in the history
…1992)

Co-authored-by: Lars Eggert <lars@eggert.org>
  • Loading branch information
mxinden and larseggert authored Aug 6, 2024
1 parent 72a42db commit 68b1048
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ Compile Gecko as usual with
Note: Using newer Neqo code with Gecko may also require changes (likely to `neqo_glue`) if
something has changed.
### Connect with Firefox to local neqo-server
1. Run `neqo-server` via `cargo run --bin neqo-server -- 'localhost:12345' --db ./test-fixture/db`.
2. On Firefox, set `about:config` preference `network.http.http3.alt-svc-mapping-for-testing` to `localhost;h3=":12345"`.
3. Optionally enable logging via `about:logging` or profiling via https://profiler.firefox.com/.
4. Navigate to https://localhost:12345 and accept self-signed certificate.
[NSS]: https://hg.mozilla.org/projects/nss
[NSPR]: https://hg.mozilla.org/projects/nspr
[GYP]: https://github.com/nodejs/gyp-next
Expand Down

0 comments on commit 68b1048

Please sign in to comment.