Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dhv3 #138

Merged
merged 12 commits into from
Aug 7, 2023
Merged

Feature/dhv3 #138

merged 12 commits into from
Aug 7, 2023

Conversation

LorenzoJokhan
Copy link
Contributor

@LorenzoJokhan LorenzoJokhan commented Jul 20, 2023

Description

Add CIDR-based blocker to prevent e-mail filters (e.g. Cisco Umbrella) from invalidating a login link

Type of change

New feature

Tests

Manually

Copy link
Collaborator

@nlsvgtr nlsvgtr left a comment

Choose a reason for hiding this comment

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

It would be nice if cidrs could be added through the config

You can now add `blockCidrs` to the client config.

Example:
```
{
	"blockCidrs": [
		"1.2.3.4/16",
		"4.4.4.4/16"
	]
}
```

When the `blockCidrs` key does not exist in the client config, the block cidrs default to the Cisco umbrella CIDRs.

Note: This means that if you want to add CIDRs to the block CIDRs, and you want to keep the Cisco Umbrello CIDRs, you have to add those to the client config as well.
@rudivanhierden
Copy link
Contributor

It would be nice if cidrs could be added through the config

Agreed, I've added this, with instructions in the readme.

Copy link
Collaborator

@nlsvgtr nlsvgtr left a comment

Choose a reason for hiding this comment

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

Nice :)

@rudivanhierden rudivanhierden merged commit 523259d into development Aug 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants