Kelly Jones wrote: > How can I limit a wget crawl to a single IP address? I realize I can > do "-D foo.com,www.foo.com" to limit to a set of domains, but can I > tell wget: "only crawl pages whose host resolves to this IP"?
Sorry; there's currently no option to do this. If you're running on a system that makes this possible, you might try firewalling everything but your DNS resolver and that one IP address, setting everything else to reject (as opposed to drop, which will make wget take a while while it waits for the response)... -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. Maintainer of GNU Wget and GNU Teseq http://micah.cowan.name/
