Parse the AWS IPv4 and IPv6 ranges to generate a set of blocklists compatible with pfSense
Find a file
2024-11-22 16:02:41 -07:00
bin Iniitla Commit 2024-11-21 21:27:09 -07:00
lib Rename data structures to optimize the program 2024-11-22 15:57:34 -07:00
test Iniitla Commit 2024-11-21 21:27:09 -07:00
.gitignore Iniitla Commit 2024-11-21 21:27:09 -07:00
analysis_options.yaml Iniitla Commit 2024-11-21 21:27:09 -07:00
build.sh fix(build.sh): set executable 2024-11-22 16:00:41 -07:00
CHANGELOG.md Update changelog 2024-11-22 15:58:30 -07:00
cz.yaml fix(cz.yaml): version 2024-11-22 16:02:41 -07:00
pubspec.yaml fix(pubspec): update version 2024-11-22 15:59:44 -07:00
README.md Add proper instructions to the readme 2024-11-21 21:31:10 -07:00

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