From f5322d5329c7a536e40376c958223d24ffe8471f Mon Sep 17 00:00:00 2001 From: Sebastian Kinnaird <157167656+sebastiankinnaird@users.noreply.github.com> Date: Sun, 15 Dec 2024 03:08:07 +0000 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated 192.160.0.0/24 to 192.168.0.0/24, as 192.160.0.0/24 is a) routable contrary to what’s stated, and b) not referenced anywhere else in the code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d18e5d..56834b2 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The tool supports the export of data out of the browser local storage to a local ### Network accessibility -By default the [WebACL](https://docs.aws.amazon.com/waf/latest/developerguide/web-acl.html) associated with the CloudFront distribution is configured to only allow `192.160.0.0/24` (non-routable networks) to reach the static assets. You’d need to modify the configuration of the CDK application to ensure that you are able to scope access to your network(s) (see ‘Configuration’ section). +By default the [WebACL](https://docs.aws.amazon.com/waf/latest/developerguide/web-acl.html) associated with the CloudFront distribution is configured to only allow `192.168.0.0/24` (non-routable networks) to reach the static assets. You’d need to modify the configuration of the CDK application to ensure that you are able to scope access to your network(s) (see ‘Configuration’ section). ### Authentication