Skip to content

Commit

Permalink
Update README.md (#152)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sebastiankinnaird authored Dec 17, 2024
1 parent 8a07697 commit 8c41d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c41d6a

Please sign in to comment.