what are the IP addresses?
This commit is contained in:
parent
e48384ca8e
commit
f84ad18dfd
@ -173,8 +173,9 @@ func (ph *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
fmt.Printf("count of resolved IPs: %d\n", len(resolvedIPs))
|
||||
for _, resolvedIP := range resolvedIPs {
|
||||
fmt.Printf("resolvedIP: %s -- IP: %s", resolvedIP.String(), ip.String())
|
||||
if resolvedIP.Equal(ip) {
|
||||
fmt.Printf("%s == %s\n", resolvedIP.String(), ip.String())
|
||||
// fmt.Printf("%s == %s\n", resolvedIP.String(), ip.String())
|
||||
if err = checkMethodPath(w, r, mr); err != nil {
|
||||
fmt.Println("failed here 3")
|
||||
log.Err(err).Send()
|
||||
|
Loading…
x
Reference in New Issue
Block a user