A "cloud native" service in AWS that will check if an IP address exists in a Firehol blocklist. View the docs here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- You will need an AWS account. You can create an AWS account and use the free tier.
- You will need nodejs version 12 or higher.
- Fork this repository on github
- clone your copy to you local machine
git clone git@github.com:<YOURUSERNAME>/ipblock-microservice.git
- Move to your directory, open in
vscode
or your favorite editor and install the dependenciescd ipblock-microservice && code . && npm install
- Install serverless globally; read the serverless documentation
npm install -g serverless
- Add your AWS credentials
serverless config credentials --provider aws --key <YOUR KEY> --secret <YOUR SECRET>
Deploying can be done with
serverless deploy
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- nodejs - framework
- serverless - npm package
- aws - deployment platform
- firehol blocklist-ipsets - filter list
- John Weland - initial work - johnweland.me
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details