mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-16 22:13:33 +02:00
Add Heroku config
This commit is contained in:
7
heroku.yml
Normal file
7
heroku.yml
Normal file
@ -0,0 +1,7 @@
|
||||
build:
|
||||
languages:
|
||||
- go
|
||||
pre:
|
||||
- make geoip-download
|
||||
run:
|
||||
web: ipd -f data/country.mmdb -c data/city.mmdb -p -r -H CF-Connecting-IP -H X-Forwarded-For -l :$PORT
|
Reference in New Issue
Block a user