mirror of https://github.com/mpolden/echoip
8 lines
172 B
YAML
8 lines
172 B
YAML
|
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
|