What is my IP address?
{{ .IP }}
- The best tool to find your own IP address, and information about - it. -
+The best tool to find your own IP address, and information about it.
This site is hosted by
-
- Casjays Developments
-
+ Casjays Developments
- This information is provided from the GeoLite2 database created by - MaxMind, available from - www.maxmind.com + This information is provided from the GeoLite2 database created by MaxMind, available from + www.maxmind.com
{{ end }} {{ if .Latitude }}How do I get this programmatically?
-- With the widget below you can build your query, and see what the - result will look like. -
+With the widget below you can build your query, and see what the result will look like.
How do I force IPv4 or IPv6 lookup?
As of 2018-07-25 it's no longer possible to
- force protocol using the v4 and
- v6 subdomains.
+ force protocol using the v4 and v6 subdomains.
IPv4 or IPv6 still can be forced by passing the
appropiate flag to your client,
e.g curl -4
or curl -6
.
Can I force getting JSON?
- Setting the Accept: application/json
- header works as expected.
- IPV4: curl -q -LSsf -H "Accept: application/json" -4 {{ .Host
- }}
+ Setting the Accept: application/json
header works as expected.
+ IPV4: curl -q -LSsf -H "Accept: application/json" -4 {{ .Host }}
+
+ IPV6: curl -q -LSsf -H "Accept: application/json" -6 {{ .Host }}
- IPV6: curl -q -LSsf -H "Accept: application/json" -6 {{ .Host
- }}
Is automated use of this service permitted?
@@ -329,34 +251,25 @@ The rate limit is in place to ensure a fair service for all.
- Please limit automated requests to 1
- request per minute. No guarantee is made
- for requests that exceed this limit. They may be
- rate-limited, with a 429 status code, or dropped entirely.
+ Please limit automated requests to 1 request per minute.
+ No guarantee is made for requests that exceed this limit.
+ They may be rate-limited, with a 429 status code, or dropped entirely.
Can I run my own service?
Yes, the official source code
and documentation is available at
- https://github.com/mpolden/echoip.
+ https://github.com/mpolden/echoip.
My modified code can be found at
- https://github.com/casjaysdevdocker/ifconfig.
+ https://github.com/casjaysdevdocker/ifconfig.
-
+
hosted on: REPLACE_HOST_NAME
Server IPV4: REPLACE_CURRENT_IP_4
Server IPV6: REPLACE_CURRENT_IP_6
Last updated on: REPLACE_MODIFIED
-
+
Server IPV4: REPLACE_CURRENT_IP_4
Server IPV6: REPLACE_CURRENT_IP_6
Last updated on: REPLACE_MODIFIED
-