Log final host
This commit is contained in:
@@ -248,6 +248,7 @@ func (r *HTTPClient) replaceHostIfNeeded(req *http.Request) {
|
||||
// random IPv6 host
|
||||
req.URL.Host = r.ipv6Hosts[rand.Intn(len(r.ipv6Hosts))]
|
||||
}
|
||||
fmt.Println(req.URL.Host)
|
||||
}
|
||||
|
||||
func proxyDialer(proxyURL *url.URL) (proxy.Dialer, error) {
|
||||
|
||||
Reference in New Issue
Block a user