Parse the AWS IPv4 and IPv6 ranges to generate a set of blocklists compatible with pfSense
bin | ||
lib | ||
test | ||
.gitignore | ||
analysis_options.yaml | ||
build.sh | ||
CHANGELOG.md | ||
cz.yaml | ||
Jenkinsfile | ||
pubspec.yaml | ||
README.md |
AWS Parser
This is a simple program designed to download the AWS IP Range list and output two text files compatible with PFSense
Compilation
The simplest way is chmod +x build.sh && ./build.sh
Or if you prefer to be complicated...
dart compile exe -o out/awsparser bin/awsparser.dart