Because any other “Whats my IP?"-tool sucks. https://ip.clerie.de
Přejít na soubor
clerie fd57c7a9f2 Make domain replacement command shorter 2020-10-19 11:23:41 +02:00
LICENSE Init repository 2020-10-18 15:48:01 +02:00
README.md Make domain replacement command shorter 2020-10-19 11:23:41 +02:00
ip.clerie.de Add example curl command 2020-10-19 11:21:59 +02:00

README.md

ip.clerie.de

Because any other "Whats my IP?"-tool sucks.

Try it here: https://ip.clerie.de

About this software

It's just one nginx site config. Feel free to host it yourself. It's open-source.

ip.clerie.de is the HTML page with some JavaScript. This page needs an A and AAAA record in DNS.

ip4.clerie.de and ip6.clerie.de just returns the remote addr.

ip4.clerie.de has only an A record. ip6.clerie.de has only an AAAA record.

If you want host this yourself you have to replace all hardcoded domains. You can use the following sed command. Don't forget to change .EXAMPLE.COM to your own.

sed -e '/git.clerie.de/!s/.clerie.de/.EXAMPLE.COM/g;' ip.clerie.de

The first match is to exclude the line with the link to the git repo from replacing.