A very simple endpoint to get your public IP address
https://ip.kytta.dev/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.github | 6 months ago | |
api | 1 year ago | |
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 6 months ago | |
package.json | 6 months ago | |
pnpm-lock.yaml | 6 months ago | |
vercel.json | 1 year ago |
README.md
kytta/ip
A very simple endpoint to get your public IP address
Usage
Just send a GET request to ip.kytta.dev using your
tool of choice (examples below). In response, you'll get the IP address as
text/plain
. If the IP address could not be determined, 0.0.0.0
will be
returned.
cURL
curl -L ip.kytta.dev
wget
wget -qO- ip.kytta.dev
HTTPie
https -b ip.kytta.dev
Deploy
Don't trust me? Deploy it yourself:
Licence
AGPL-3.0-only © 2021–2022 Nikita Karamov
This project is hosted on Codeberg: https://codeberg.org/kytta/ip