Compare commits

..

3 Commits

@ -1 +1,17 @@
# geoip
# 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

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