Files correlati : Commento : Aggiornata cUrl alla ultima versione su Github: 7.56.1 git-svn-id: svn://10.65.10.50/branches/R_10_00@24203 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			17 lines
		
	
	
		
			555 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			555 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
Long: interface
 | 
						|
Arg: <name>
 | 
						|
Help: Use network INTERFACE (or address)
 | 
						|
See-also: dns-interface
 | 
						|
---
 | 
						|
 | 
						|
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:1 https://www.example.com/
 | 
						|
 | 
						|
If this option is used several times, the last one will be used.
 | 
						|
 | 
						|
On Linux it can be used to specify a VRF, but the binary needs to either
 | 
						|
have CAP_NET_RAW or to be ran as root. More information about Linux VRF:
 | 
						|
https://www.kernel.org/doc/Documentation/networking/vrf.txt
 |