Update README.md

This commit is contained in:
klzgrad 2022-10-02 08:52:14 +08:00 committed by GitHub
parent 9672c80390
commit 90ceaaba8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,15 +42,10 @@ go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
Example Caddyfile (replace `user` and `pass` accordingly):
```
{
servers {
protocol {
experimental_http3
}
}
order forward_proxy before file_server
}
:443, example.com
tls me@example.com
route {
:443, example.com {
tls me@example.com
forward_proxy {
basic_auth user pass
hide_ip