bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] Anyone want to add libcares support to wget?


From: Tim Rühsen
Subject: [Bug-wget] [PATCH] Anyone want to add libcares support to wget?
Date: Sun, 20 Mar 2016 14:07:13 +0100
User-agent: KMail/4.14.10 (Linux/4.4.0-1-amd64; KDE/4.14.14; x86_64; ; )

Here comes the first version of the patch.

Please review, test, comment.

@Ben Please test it in your environment and report back.

Regards, Tim


Am Montag, 14. März 2016, 14:11:46 schrieb Ben Greear:
> I have a feature request that would likely be most
> easily implemented by adding libcares support to the wget tool.
>
> The feature is basically:  Allow specifying local IP to bind to,
> and specific DNS to use on the cmd line when using wget to download a web
> site (recursively, to emulate a browser loading a page with images, etc).
>
> Something like:
>
> wget -l 0 -r --bind-address 88.1.1.10 --bind-dns-address 88.1.1.10
> --dns-servers "88.2.1.1,88.2.1.2" http://88.1.1.1/
>
> curl can do this with one URL, but I don't think it can easily be made to
> download image content and similar.
>
> If anyone is looking for a side project and wants to give this a try, please
> let me know.
>
> Thanks,
> Ben

Attachment: 0001-Add-options-bind-dns-address-and-dns-servers.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]