https://github.com/euank/whatismyip
Yet another "what is my ip?" webpage / API thing.
https://github.com/euank/whatismyip
Last synced: 5 months ago
JSON representation
Yet another "what is my ip?" webpage / API thing.
- Host: GitHub
- URL: https://github.com/euank/whatismyip
- Owner: euank
- License: agpl-3.0
- Created: 2015-09-28T02:28:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T02:01:09.000Z (about 9 years ago)
- Last Synced: 2025-06-23T18:05:25.783Z (12 months ago)
- Language: Nginx
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's my ip?
I felt like running my own `ifconfig.me` style webpage so I could have
automated scripts that want to know their ip behind a NAT do so... without
having to hope someone else doesn't take theirs down.
This is implemented via nginscript in the hopes of being super-efficient!
It's not lost on me that just using the builtin nginx variables for this stuff would be more efficient. Shh.