mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
CIDRs is a list
This commit is contained in:
parent
ab3c2aecf4
commit
ba5256ee0b
1 changed files with 2 additions and 2 deletions
|
@ -813,8 +813,8 @@ The [`proxy_protocol`](/docs/json/apps/http/servers/listener_wrappers/proxy_prot
|
|||
```caddy-d
|
||||
proxy_protocol {
|
||||
timeout <duration>
|
||||
allow <cidr>
|
||||
deny <cidr>
|
||||
allow <cidrs...>
|
||||
deny <cidrs...>
|
||||
fallback_policy <policy>
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue