IP Allowlist Panel
An allowlist panel with an enforcement badge, a current address warning, an add form, and rows of CIDR ranges with owners and last match times.
An allowlist panel with an enforcement badge, a current address warning, an add form, and rows of CIDR ranges with owners and last match times.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
IP Allowlist Panel is the network access control view for API traffic: an Enforced badge in the header, a warning that the current browsing address is not on the list, a labeled add entry form for a CIDR range, and a ruled list of four ranges each with a mono CIDR chip, a label, who added it and when, and the time it last matched a request. One stale range carries a note suggesting removal.
Entries are one const array with cidr, label, addedBy, added, lastMatched, and stale fields. The last matched time is the useful detail: a range that has not matched in 41 days is flagged as stale so a retired host gets cleaned up instead of widening the allowed surface forever.
Reach for this block on a security or API settings page, wired to your allowlist API. Show it wherever a team locks API access to known networks, with the current address warning so an admin notices before their own calls start failing.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the API access allowlist. Other allowlist panels:
Tip: warn when the current address is missing from the list; an allowlist that locks out the admin editing it is the fastest way to a lockout ticket.