Simple Geoblocking Proxy that allows or blocks incoming connections for the specified countries or CIDR.
It works at TCP
or UDP
level.
This project relies IP2Location LITE data available from lite.ip2location.com
database
- Databases: https://download.ip2location.com/lite
go run .tools/ip2location-download/main.go https://download.ip2location.com/lite/IP2LOCATION-LITE-DB1.BIN.ZIP IP2LOCATION-LITE-DB1.BIN
MIT
All PRs are welcome.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request