18.225.255.196
Zjistěte vaši IP adresu pŕes nástroje curl, wget, httpie nebo fetch.
$ curl mojaipadresa.sk
18.225.255.196
$ http -b mojaipadresa.sk
18.225.255.196
$ wget -qO- mojaipadresa.sk
18.225.255.196
$ fetch -qo- https://mojaipadresa.sk
18.225.255.196
$ bat -print=b mojaipadresa.sk/ip
18.225.255.196
V operačním systému Windows můžete zjistit vaši IP adresu jednoduše přes VBscript. Stačí si stáhnout VBscript a po otevření vámukáže vaši IP adresu.
$ http mojaipadresa.sk/json
{ "ip": "18.225.255.196", "hostname": "ec2-18-225-255-196.us-east-2.compute.amazonaws.com", "country": "United States", "country_2code": "US", "city": "Columbus", "latitude": "39.961", "longitude": "-82.999", "stateprov": "Ohio", "stateprov_2code": null, "continent": "North America", "continent_2code": "NA", "is_eu": false, "ip_type": "ipv4", "ip_network": "18.225.0.0/16", "ip_decimal": 316800964, "as": { "as_number": 16509, "as_organization": "Amazon.com, Inc.", "as_network": "18.224.0.0/14" }, "copyright": { "service": "MojaIPadresa.sk", "service_html": "MojaIPadresa.sk", "geolocation": "db-ip.com", "geolocation_html": "IP Geolocation by DB-IP" }, "status": "success", "message": "" }