mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
Allow CNAME records when specified as MINIO_PUBLIC_IPS (#8662)
This is necessary for `m3` global bucket support
This commit is contained in:
committed by
Nitish Tiwari
parent
63c3114657
commit
c9c0d5eec2
@@ -188,7 +188,6 @@ func handleCommonEnvVars() {
|
||||
for _, addr := range addrs {
|
||||
domainIPs.Add(addr)
|
||||
}
|
||||
continue
|
||||
}
|
||||
domainIPs.Add(endpoint)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user