12 lines
304 B
Markdown
12 lines
304 B
Markdown
## 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
|
|
```
|