does your friends ever mog their IP in front of you? Do they ever laugh at your screenshot of a shitty ip checker websites with with sex pill ads on it?
well, say goodbye to those days. because there is now the epic IP Mog Checker! mog your ip to your friends in a sexy tui that will make all the foids leave their men to flock to yyou
- World map rendered in the terminal, centered on your location
- Displays IP, city, region, country, ISP, ASN, timezone, and coordinates
- Animated loading screen with ASCII art
- Press
rto reload,qto quit - Powered by a Cloudflare Worker backend
From crates.io:
cargo install ipmog
Or build from source:
git clone https://github.com/ahmadaccino/ipmog.git
cd ipmog
cargo build --release
The binary will be at target/release/ipmog.
ipmog
| Key | Action |
|---|---|
r |
Reload |
q |
Quit |
By default ipmog hits https://ip.shnitzel.org. To use your own Worker:
IPMOG_URL=https://your-worker.example.com ipmog
The worker/ directory contains the Cloudflare Worker that serves the geolocation API. It uses Cloudflare's built-in request.cf object to extract IP info — no third-party APIs needed.
cd worker
cp wrangler.toml.example wrangler.toml
# Edit wrangler.toml with your Cloudflare account ID
npm install
npx wrangler dev
npx wrangler deploy
See CONTRIBUTING.md.
