Skip to content

Commit edfab6a

Browse files
committed
doc: Update fastly.md
1 parent 1d86043 commit edfab6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/fastly.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ For TLS versions, only the listed versions are supported.
4545
| Identifier (letter+kind) | Example hostname | Description | References
4646
|--|--|--|--
4747
| `j.sni` | `j.sni.global.fastly.net` | TLS 1.3 or TLS 1.2, HTTP/2 |[Enabling dualstack](https://www.fastly.com/documentation/guides/full-site-delivery/domains-and-origins/enabling-dualstack-connections/)
48-
| `k.sni` | `k.sni.global.fastly.net` | TLS 1.3 + 0RTT or TLS 1.2 + CBC, HTTP/3 | Like `t.sni` but with cipher suites in CBC mode for Windows 7 compat, [jquery/infrastructure-puppet#30](https://github.com/jquery/infrastructure-puppet/issues/30)
48+
| `k.sni` | `k.sni.global.fastly.net` | TLS 1.3 + 0RTT or TLS 1.2 + CBC, HTTP/3 | Like `t.sni` but with cipher suites in CBC mode for Windows 7 compat, [jquery/infrastructure-puppet#30](https://github.com/jquery/infrastructure-puppet/issues/30)
4949
| `m.sni` | `m.sni.global.fastly.net` | TLS 1.3 or TLS 1.2, HTTP/3 | HTTP/3 experiment?, [2022 Archive](https://docs-archive.fastly.com/snapshots/static/2022-05-31-guides-aio.pdf)
50-
| `n.sni` | `n.sni.global.fastly.net` | TLS 1.3 + 0RTT, HTTP/3 | HTTP/3 experiment?, [2022 Archive](https://docs-archive.fastly.com/snapshots/static/2022-05-31-guides-aio.pdf)
50+
| `n.sni` | `n.sni.global.fastly.net` | TLS 1.3 + 0RTT or TLS 1.2, HTTP/3 | HTTP/3 experiment?, [2022 Archive](https://docs-archive.fastly.com/snapshots/static/2022-05-31-guides-aio.pdf)
5151
| `s.sni` | `s.sni.global.fastly.net` | TLS 1.3 or TLS 1.2, HTTP/3 | ..
52-
| `t.sni` | `t.sni.global.fastly.net` | TLS 1.3 + 0RTT, HTTP/3 | [Your own certificates](https://www.fastly.com/documentation/guides/getting-started/domains/securing-domains/setting-up-tls-with-your-own-certificates/)
52+
| `t.sni` | `t.sni.global.fastly.net` | TLS 1.3 + 0RTT or TLS 1.2, HTTP/3 | [Your own certificates](https://www.fastly.com/documentation/guides/getting-started/domains/securing-domains/setting-up-tls-with-your-own-certificates/)
5353

5454
The `ssl` kind letters seem to be interchangable with `shared`, so only one is shown:
5555

0 commit comments

Comments
 (0)