https://github.com/jerryshell/myip
myip is a server application that responds client-side IP information.
https://github.com/jerryshell/myip
ipinfo myip myipaddress rust
Last synced: about 23 hours ago
JSON representation
myip is a server application that responds client-side IP information.
- Host: GitHub
- URL: https://github.com/jerryshell/myip
- Owner: jerryshell
- License: agpl-3.0
- Created: 2022-12-04T10:12:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T02:15:00.000Z (4 months ago)
- Last Synced: 2026-02-04T13:57:56.329Z (4 months ago)
- Topics: ipinfo, myip, myipaddress, rust
- Language: Rust
- Homepage: https://myip.d8s.fun
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myip
*myip* is a server application that responds client-side IP information.
Demo: [myip.d8s.fun](https://myip.d8s.fun)
## IPinfo Token
To run this project, you need to first create a `.env` file in the root directory of the project, and then fill in the content:
```env
IPINFO_TOKEN=your_token
```
## License
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0)