mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
Chrome 52 allows modern versions of QUIC!
parent
0ca2dc7d98
commit
831f575a86
12
QUIC.md
12
QUIC.md
@ -4,9 +4,17 @@ Caddy 0.9 has experimental QUIC support, powered by [lucas-clemente/quic-go](htt
|
||||
$ caddy -quic
|
||||
```
|
||||
|
||||
Sites that you serve with TLS will be shuttled over the wire by QUIC if the client supports it.
|
||||
Sites that you serve with TLS will be shuttled over the wire with QUIC if the client supports it.
|
||||
|
||||
To try it, you'll need to run Chrome with special parameters until they remove the whitelist limitations. On a Mac (replace both occurrences of YOUR_SITE with your site's hostname):
|
||||
### Client Support
|
||||
|
||||
Chrome 52+ supports QUIC without needing a whitelist, so just open Chrome to your site and it should be served over QUIC! You can verify this by opening the inspector tools and going to the Security tab. Reload the page and click to view connection details:
|
||||
|
||||

|
||||
|
||||
If you run an older version of Chrome and don't like pain, just upgrade.
|
||||
|
||||
If you like pain, however: you'll need to run Chrome with special parameters. On a Mac (replace both occurrences of YOUR_SITE with your site's hostname):
|
||||
|
||||
```
|
||||
$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
|
||||
|
Loading…
x
Reference in New Issue
Block a user