Skip to content

Commit

Permalink
fix: add new Umbrella IP
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivanhierden committed Aug 2, 2023
1 parent 0403ced commit 47a8342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/blocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.preventCiscoRequest = (req, res, next) => {

// CIDRs for Cisco Umbrella
// See https://support.umbrella.com/hc/en-us/articles/360059292052-Additional-Egress-IP-Address-Range
const cidrs = ['146.112.0.0/16', '155.190.0.0/16'];
const cidrs = ['146.112.0.0/16', '155.190.0.0/16', '151.186.0.0/16'];

// Check if IP is in cidr
const isIpInCidr = cidrs.some(cidr => {
Expand Down

1 comment on commit 47a8342

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/auth:feature-dhv3-47a8342

Please sign in to comment.