Tools
Stuff I've made goes here.
Plaintext IP Reflector
ip.fyr.io is a simple, script friendly IP reflector - it'll tell you your public IP address and nothing more! Feel free to use it. There are no limits - no request limits, no extra data to parse away, just a simple IP address. Your IP address.
- Visit in the browser: ip.fyr.io
- Or use in the CLI:
- wget:
wget -qO- ip.fyr.io
- curl:
curl ip.fyr.io
- Powershell:
(iwr ip.fyr.io).content
- wget: