Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 696 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 696 Bytes

aku Go Report Card Docker Image Version (tag latest semver)

A proxy server that blocks/allows requests based on a client's country. It uses MaxMind GeoIP2 geolocation database to get a client's country.

docker run -ti --rm --network host -v geo.mmdb:/db.mmdb geofilter -p 6000 -d ./db.mmdb -a US -t http://localhost:4000