blob: da84cd2b6d2934e457cb005276873281fdd265bb [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: interface
2Arg: <name>
3Help: Use network INTERFACE (or address)
4See-also: dns-interface
5---
6
7Perform an operation using a specified interface. You can enter interface
8name, IP address or host name. An example could look like:
9
10 curl --interface eth0:1 https://www.example.com/
11
12If this option is used several times, the last one will be used.