mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -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
|
```caddy-d
|
||||||
proxy_protocol {
|
proxy_protocol {
|
||||||
timeout <duration>
|
timeout <duration>
|
||||||
allow <cidr>
|
allow <cidrs...>
|
||||||
deny <cidr>
|
deny <cidrs...>
|
||||||
fallback_policy <policy>
|
fallback_policy <policy>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue