https://github.com/mayurmarvel/replyip
A DeadSimple cloudflare worker that simply replies your IP address
https://github.com/mayurmarvel/replyip
cloudflare cloudflare-workers ip ipaddress ipinfo
Last synced: 7 months ago
JSON representation
A DeadSimple cloudflare worker that simply replies your IP address
- Host: GitHub
- URL: https://github.com/mayurmarvel/replyip
- Owner: mayurmarvel
- Created: 2023-04-30T15:58:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T02:56:31.000Z (over 2 years ago)
- Last Synced: 2025-01-17T06:27:51.057Z (9 months ago)
- Topics: cloudflare, cloudflare-workers, ip, ipaddress, ipinfo
- Language: JavaScript
- Homepage: https://replyip.mayapi.xyz/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# replyIP
A DeadSimple cloudflare worker that simply replies your IP address
**Inspired By** : http://ipaddress.sh
#### Link : https://replyip.mayurrajan84829.workers.dev/
## Deployment
❗ clone this project
```cmd
npm install
npm run deploy
```## Issues
⚠ Sometimes responds with ipv6 address due to the limitations of CF Worker
thanks <3