Skip to content
/ geofilter Public

Reverse proxy that blocks or allows requests based on the client's country

License

Notifications You must be signed in to change notification settings

aku/geofilter

Repository files navigation

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

About

Reverse proxy that blocks or allows requests based on the client's country

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published