Allow CNAME records when specified as MINIO_PUBLIC_IPS (#8662)

This is necessary for `m3` global bucket support
This commit is contained in:
Harshavardhana
2019-12-17 21:32:45 -08:00
committed by Nitish Tiwari
parent 63c3114657
commit c9c0d5eec2
3 changed files with 16 additions and 9 deletions
-1
View File
@@ -188,7 +188,6 @@ func handleCommonEnvVars() {
for _, addr := range addrs {
domainIPs.Add(addr)
}
continue
}
domainIPs.Add(endpoint)
}