Every “what’s my IP” site on the internet does the same quiet thing: it takes the one piece of data you came to look up — your IP — and hands it to three or four third-party APIs to geolocate it, name it, and flag it. You ask a privacy question and the page answers by leaking the answer.
Just the tIP is my attempt at the opposite. It’s a single-page PHP app that tells you your public IP, your
reverse-DNS hostname, roughly where that IP lives, and whether it smells like a VPN or a Tor exit — and, once it’s fully
configured, a request to it touches no third party to do any of that. It’s live at
ip.jiveturkey.rocks, it’s also on a .onion, and this is the whole build: a dormant
PHP 7.4 app dragged onto Render, a client-IP bug that only existed in production, a month of deleting every external
dependency it had, and the discipline of only printing privacy claims I could back with code.