Compare commits

..

No commits in common. '9454fead82bdcc412f3fdcd8cd1a0dde69d5ff75' and '1233fe0e956735f4caa19dcd603ba8b42ee57435' have entirely different histories.

@ -1,17 +1 @@
# GeoIP
## A maxmind geoip api server with auto db refresh
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/LiUOsa?referralCode=bSruGU)
## Development
```bash
air # with air
go run main.go # without air
```
## API
https://geoip.fly.dev/{ip}
https://geoip.fly.dev/me
# geoip

@ -23,3 +23,6 @@ primary_region = 'iad'
[[vm]]
size = 'shared-cpu-1x'
[[restart]]
retries = 2
Loading…
Cancel
Save