mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-17 15:33:18 +03:00
Update README.md
This commit is contained in:
parent
f0ce590c00
commit
84e8da8389
@ -37,6 +37,13 @@ go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
|
|||||||
|
|
||||||
Example Caddyfile (replace `user` and `pass` accordingly):
|
Example Caddyfile (replace `user` and `pass` accordingly):
|
||||||
```
|
```
|
||||||
|
{
|
||||||
|
servers {
|
||||||
|
protocol {
|
||||||
|
experimental_http3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
:443, example.com
|
:443, example.com
|
||||||
tls me@example.com
|
tls me@example.com
|
||||||
route {
|
route {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user