On Sun, 08 Jun 2014 20:43:40 +0200
Tim Schumacher <t...@datenknoten.me> wrote:

> I'm setting up some vm foo and wanted to use approx to cache downloads.
> 
> I put the following in my sources.lst on the client:
> 
> deb http://[fe80::fc54:ff:fe1a:1922%eth0]:9999/debian/packages/ jessie main 
> contrib non-free
> 
> I think the %eth0 is required to specify the device.

Can you name any other client software which supports this in URLs? 

Wget, curl, browsers, ftp clients, media players - none do.

For that reason *no one* uses link-local addresses for HTTP.

Set yourself up some ULA range[1], and better yet, assing some DNS names so you
don't have to use bare IPs in URLs (which too, can be a complicated issue with
curl).

If you still want link-locals to work, in case of approx you likely need to
complain to curl, since that's what it uses under-the-hood for HTTP.

[1] https://en.wikipedia.org/wiki/Unique_local_address

-- 
With respect,
Roman

Attachment: signature.asc
Description: PGP signature

Reply via email to