wget-dev
[Top][All Lists]
Advanced

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

wget2 | feature request: no_proxy cidr (#615)


From: Mathieu CARBONNEAUX (@mcarbonneaux)
Subject: wget2 | feature request: no_proxy cidr (#615)
Date: Wed, 19 Oct 2022 15:54:13 +0000


Mathieu CARBONNEAUX created an issue: 
https://gitlab.com/gnuwget/wget2/-/issues/615



while be very useful to have support on cidr, to exclude direct ip from range 
(cidr) to go to the proxy.
like go support :  
https://github.com/golang/net/commit/c21de06aaf072cea07f3a65d6970e5c7d8b6cd6d

exemple:
```
export no_proxy = "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
```

in that way when use `wget http://10.10.10.1` wget go directly on the address 
10.10.10.1 not on the proxy...

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/615
You're receiving this email because of your account on gitlab.com.




reply via email to

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