ATOTCLIC Linux Binding CURL or WGET to a specific interface or address

Binding CURL or WGET to a specific interface or address

wget --bind-address=192.168.1.10 https://www.atotclic.es

curl --interface 192.168.1.10 -O - https://www.atotclic.es

Related Post