mirror of https://github.com/minio/minio.git
Following policies if present
```
"Condition": {
"IpAddress": {
"aws:SourceIp": [
"54.240.143.0/24",
"2001:DB8:1234:5678::/64"
]
}
}
```
And client is making a request to MinIO via IPv6 can
potentially crash the server.
Workarounds are turn-off IPv6 and use only IPv4
|
||
|---|---|---|
| .. | ||
| forwarder.go | ||
| proxy.go | ||
| proxy_test.go | ||