Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cmd/server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,13 @@ <h2>Why do platforms and websites need this?</h2>

<h2>It's hard to debug. How can this website help?</h2>
<p>
This website exposes an endpoint reporting incoming TLS Flags on <a href="/debug">/debug</a>
This website exposes an endpoint reporting incoming TLS Flags on <a href="/debug">/debug</a>.
</p>

<h2>Where can I see implementations of TLS Flags?</h2>
<p>
You can find partial implementations of TLS Flags in the <a href="https://github.com/cloudflare/go/commit/37bc41c6ff79507200a315b72834fce6ca427a7e">Cloudflare Go fork</a>, and in <a href="https://boringssl.googlesource.com/boringssl/+/899b557b0cb9ac0e0e5161c995b027b7fe48269d">BoringSSL</a>.
</p>
<h2>I have comments and want to contribute. Where do I go?</h2>
<p>
First off, this is fantastic news!
Expand Down