Skip to content

Commit

Permalink
Merge pull request #28 from iknowjason/iknowjason-patch-7
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
iknowjason authored Nov 11, 2023
2 parents c4712f9 + d83054c commit fbe4d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ By default it will attempt to download the six files from the URLs below unless

Cloud Edge checks for each file before downloading. So if the file already exists, it obviously won't be downloaded again unless you delete it.

These six files are included in this github repository in the ```csp-files``` directory. Since the Cloud Providers frequently update their lists, ensure you have the latest files by removing the files in your working directory: aws.json, azure.json, goog.json, cloudflare-ipv4.txt, cloudflare-ipv6.txt, digitalocean.csv.
These six files are included in this github repository in the ```csp-files``` directory. Since the Cloud Providers frequently update their lists, ensure you have the latest files by removing the files in your working directory: ```aws.json, azure.json, goog.json, cloudflare-ipv4.txt, cloudflare-ipv6.txt, digitalocean.csv```.

If found in working directory, all IP prefixes are loaded into memory. The cloud provider IP ranges json files always attempt to load from working directory. Enabling the actual lookup is done with the ```-prefix``` flag.
If found in working directory, all IP prefixes are loaded into memory. The cloud provider IP ranges files always attempt to load from working directory. Enabling the actual lookup is done with the ```-prefix``` flag.

When ```-dns``` mode is enabled, DNS lookups for both A and CNAME records are buffered without display until all DNS queries are finished. After the queries are finished, the output is displayed.

Expand Down

0 comments on commit fbe4d98

Please sign in to comment.