Welcome to mirror list, hosted at ThFree Co, Russian Federation.

heroku.yml - github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d550a5040f2d510195a8db8251870a3fe387cbe (plain)
1
2
3
4
5
6
7
build:
  languages:
    - go
  pre:
    - make geoip-download
run:
  web: echoip -f data/country.mmdb -c data/city.mmdb -p -r -H CF-Connecting-IP -H X-Forwarded-For -l :$PORT