pull/429/head
Karmanyaah Malhotra 2022-10-07 20:36:01 -05:00
parent 3b29294679
commit 4edc625331
1 changed files with 1 additions and 3 deletions

View File

@ -217,9 +217,7 @@ func execServe(c *cli.Context) error {
log.Warn("cannot resolve host %s: %s, ignoring visitor request exemption", host, err.Error()) log.Warn("cannot resolve host %s: %s, ignoring visitor request exemption", host, err.Error())
continue continue
} }
for _, ip := range ips { visitorRequestLimitExemptIPs = append(visitorRequestLimitExemptIPs, ips...)
visitorRequestLimitExemptIPs = append(visitorRequestLimitExemptIPs, ip)
}
} }
// Run server // Run server