mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +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