You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notably, this appears to attempt an actual lookup over the network with dnspython. I only noticed this because I happened to be on a network where most traffic was being dropped (not refused or similar, just silently dropped, à la iptables DROP policy), including DNS. This caused wpull to hang on the DNS lookup until the timeout failed the retrieval.
wpull should obviously not be doing DNS lookups for IPs.
The text was updated successfully, but these errors were encountered:
When fetching from an IP URL, wpull still performs a DNS lookup. This can be seen in the verbose log output (
Lookup address
):Notably, this appears to attempt an actual lookup over the network with dnspython. I only noticed this because I happened to be on a network where most traffic was being dropped (not refused or similar, just silently dropped, à la iptables
DROP
policy), including DNS. This caused wpull to hang on the DNS lookup until the timeout failed the retrieval.wpull should obviously not be doing DNS lookups for IPs.
The text was updated successfully, but these errors were encountered: