Whitelist IPs

Overview

Quickscope allows you to secure your RPC endpoints using IP whitelisting. This ensures that only trusted servers or applications can send requests to your private endpoint.

There is no support for CIDR ranges or wildcards — only specific IPv4 or IPv6 addresses are allowed.

All changes apply instantly and are managed directly in the dashboard.


Why Use IP Whitelisting

  • Prevents misuse of your API key from unauthorized systems
  • Ensures only internal or trusted infrastructure has access
  • Protects against key leaks or exposure in public code

How to Add IPs

  1. Go to Dashboard > Endpoints > Whitelist IPs
  2. Click Add New IP
  3. Enter your IP address (e.g., 192.168.0.1)
  4. Save changes — the new IP is active immediately

You may enter multiple IPs, but each must be added separately. Bulk entry is not currently supported.


Removing or Updating IPs

  • Use the dashboard to remove or edit whitelisted entries
  • Deleting an IP revokes access instantly
  • There is no versioning or restore for deleted entries

Limits

  • You may whitelist up to 10 IP addresses per endpoint
  • If you need more, please contact the Quickscope team for support

All access is enforced at the edge — unauthorized requests will return a 403 error.