Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information