Difference between revisions of "Curl my ip"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "<source lang=bash> dig +short myip.opendns.com @resolver1.opendns.com curl ifconfig.co curl curlmyip.net curl portquiz.net curl ipecho.net/plain curl http://curltools.com/get-...")  | 
				|||
| Line 5: | Line 5: | ||
curl portquiz.net  | curl portquiz.net  | ||
curl ipecho.net/plain  | curl ipecho.net/plain  | ||
# curltools.com  | |||
## Get available commands  | |||
curl curltools.com -v  | |||
< X-Msg1: Current list of Curl options/tools:  | |||
< X-Msg2: get-ip  | |||
< X-Msg3: lamp-install -- still working on this one  | |||
< X-Msg4: bacon-me  | |||
< X-Msg5: 418 -- returns error code 418  | |||
curl http://curltools.com/get-ip  | curl http://curltools.com/get-ip  | ||
curl http://curltools.com/bacon-me  | |||
</source>  | </source>  | ||
Latest revision as of 12:25, 4 January 2022
dig +short myip.opendns.com @resolver1.opendns.com curl ifconfig.co curl curlmyip.net curl portquiz.net curl ipecho.net/plain # curltools.com ## Get available commands curl curltools.com -v < X-Msg1: Current list of Curl options/tools: < X-Msg2: get-ip < X-Msg3: lamp-install -- still working on this one < X-Msg4: bacon-me < X-Msg5: 418 -- returns error code 418 curl http://curltools.com/get-ip curl http://curltools.com/bacon-me