Open Ask AI (⌘/Ctrl+I)

Block IPs

If you spot a malicious IP or need to block IPs for whatever reason, you can block them directly from the Cockpit.

You can add IPs individually or in a batch by uploading a .csv file. The table shows when an IP was added and by whom.

CIDRCommentStatusCreatedUpdated
Example192.168.0.0/24Blocking suspicious IPsSynced7/11/2026, 10:15 AM user@example.com7/11/2026, 10:15 AM user@example.com

Column descriptions:

  • CIDR: the IP or range to block (Classless Inter-Domain Routing).
  • Comment: reason for blocking the IP(s).
  • Status: Created, Modified, Deleted, or Synced.
  • Created: when the IP(s) were added.
  • Updated: when the IP(s) were last updated (for example, after an edit in the Cockpit).

You can edit and remove blocked IPs, and download IPs as a .csv file.

Block IP overview

Select desired cluster

Select your desired cluster from the dropdown menu at the top of the Cockpit.

Select desired cluster in the Cockpit

Instructions

  1. Go to CDN > Block IP.
  2. Choose to block a single IP or import a list:

Block IP

  1. Click Add IP.

  2. Enter the CIDR.

    The appropriate bit prefix (/32 for IPv4 or /128 for IPv6) is appended automatically.

  3. Add a comment.

  4. Click Block IP.

Block a single IP (IPv6 example)

Block multiple IPs

  1. Click Add IP (CSV).
  2. Select the file you wish to upload.
  3. Click Add IP (CSV).

See the CSV format below.

Block IPs via CSV

CSV entry format: CIDR,Comment

Example CSV file:

192.169.0.0/16,local network range
23.45.67.111/32,
2002::1234:abcd:ffff:c0a8:101/64
192.169.0.1/12,"commas, in, a, comment, example"

Comments are optional. If your comment contains commas, wrap it in double quotes.

Remove a blocked IP (unblock)

  1. Go to CDN > Block IP.

  2. Choose one of the currently blocked IPs and click Delete selected.

    Alternatively, click Delete all to delete all listed IPs.

Download IPs

  1. Go to CDN > Block IP.

  2. Choose one of the currently blocked IPs and click Download selected.

    Alternatively, click Download all.

  3. The download is a .csv file with:

    • id
    • cidr
    • action (typically block)
    • comment