Binding CURL and WGET to a specific interface or address

Submitted by admin on Fri, 04/09/2010 - 18:12
  1. wget --bind-address=192.168.1.1 http://somewhere.com
  1. curl --interface 192.168.1.1 http://somewhere.com