how many IP addresses
This commit is contained in:
parent
ade249eefc
commit
f222a603a9
@ -171,6 +171,7 @@ func (ph *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
log.Err(err).Send()
|
||||
return
|
||||
}
|
||||
fmt.Printf("count of resolved IPs: %d\n", len(resolvedIPs))
|
||||
for _, resolvedIP := range resolvedIPs {
|
||||
if resolvedIP.Equal(ip) {
|
||||
if err = checkMethodPath(w, r, mr); err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user