Parse the AWS IPv4 and IPv6 ranges to generate a set of blocklists compatible with pfSense
Find a file
2024-11-23 01:50:34 -07:00
bin Fix compile error 2024-11-23 01:50:34 -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 to include pub get 2024-11-23 01:48:04 -07:00
CHANGELOG.md Fix compile error 2024-11-23 01:50:34 -07:00
cz.yaml fix(cz.yaml): version 2024-11-22 16:02:41 -07:00
Jenkinsfile Add a jenkinsfile 2024-11-23 01:46:20 -07:00
pubspec.yaml Fix compile error 2024-11-23 01:50:34 -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