Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 1019 Bytes

Configuration.md

File metadata and controls

15 lines (13 loc) · 1019 Bytes

🔧 Configuration

💻 CLI Args

Arg Description
--downloadurl <url> URL used for downloading the infos from aws
-r <region/regions seperated by ,>
--region <region/s>
Only generates the routes for speicific regions; e.g: us-east-1,us-west-1
--supernetfullipcheck Checks if every IP is unique; Much slower but may fix broken aws data
-f <format>
--outputfileformat <format>
Output file format; Options:
  • simple (default) - 1.1.0.0/16
  • openvpn - route 1.1.0.0 255.255.0.0
-o <path>
--outputfile <path>
Outputfile path/name; Default aws-routes.txt
-l <loglevel>
--loglevel <loglevel>
Loglevel; 'verbose', 'debug', 'information', 'warning', 'error', 'fatal'

Examples

  • Only generate routes for specific Regions
    AWSIPRangeRouteCreator.exe -r us-east-1,us-east-2
  • Generate infos in openvpn format
    AWSIPRangeRouteCreator.exe -f openvpn