mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 22:33:38 +03:00
Update README.md
This commit is contained in:
parent
f0ce590c00
commit
84e8da8389
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@ go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
|
|||
|
||||
Example Caddyfile (replace `user` and `pass` accordingly):
|
||||
```
|
||||
{
|
||||
servers {
|
||||
protocol {
|
||||
experimental_http3
|
||||
}
|
||||
}
|
||||
}
|
||||
:443, example.com
|
||||
tls me@example.com
|
||||
route {
|
||||
|
|
Loading…
Add table
Reference in a new issue