Get your IP address in plaintext. Powered by Cloudflare Workers.
On Linux and WSL | On Windows |
curl ip.strappazzon.workers.dev |
Invoke-WebRequest 'ip.strappazzon.workers.dev' | Select-Object -Expand Content |
- Create a Cloudflare account
- On your account home look at the right side of the page and click "Workers"
- Click "Create Worker"
- (Optional) Change the URL by clicking on the text box at the top left corner of the page
- Paste the content of
src/ip.js
from this repo to the Script tab - Click "Save and Deploy"