Documentation

IP Address Blocking

If your project is receiving unwanted traffic and you'd like to put an end to that, Servd lets you block all traffic coming from specific IP addresses to any of your environments.

Blocklist #

  1. Go to your project's Access Control page.

  2. Scroll to the "IP Blocklist" section.

  3. Add the IP address you want to block to the field in the blocklist column.

  4. Click the "Add" button.

  5. Sync your project to deploy the address block.

Allowlist #

If you'd like to deny all traffic by default and only allowlist specific IP addresses from accessing your project, or specific paths of your project, then follow the steps below.

Note: the allowlist will take precedence over blocklist i.e. if an IP address appears in both lists then it won't be blocked.

  1. Go to your project's Access Control page.

  2. Scroll to the "IP Allowlist" section.

  3. Add the IP address you want to allow to the field in the allowlist column.

  4. Click the "Add" button.

  5. Add any paths you want restrict the IP allowlist to, or leave the paths section empty to apply the allowlist to all paths. Enter the paths as regex patterns.

  6. Click the "Add" button".

  7. Sync your project to deploy the address allow.