curl --interface N.N.N.N
--interface <name>
Perform an operation using a specified interface. You can enter interface name, IP address or host name. An example could look like:
curl --interface eth0
if ($host !~* ^(domain.tld|www.domain.tld|abc.domain.tld)$ ) {
return 444;
}