Skip to content

Directory

The Directory is a centralized storage of named network resources (IP addresses, subnets, and lists) that are used in firewall rules and other network settings.

Directory page

Resource List

The Directory page displays a table of all added resources:

ColumnDescription
NameResource name for identification
TypeResource type: IP, Subnet, or List
ValueIP address, subnet, or address list

Available actions for each resource:

  • Edit — pencil icon in the table row.
  • Delete — trash icon in the table row.

Resource Types

IP

A single IPv4 address. Used to specify a specific host or service.

Example: 10.342.5.1

Add IP resource form

Subnet

A subnet in CIDR notation. Allows you to define an IP address range.

Example: 10.255.0.0/16

Add Subnet resource form

List

A list of multiple IP addresses or subnets combined into one group. Allows applying a single firewall rule to multiple addresses at once.

IP addresses in a list are entered separated by commas: 10.255.0.0, 10.255.0.1

Add List resource form

Creating a Resource

  1. Click the Add Resource button in the top-right corner of the page.
  2. In the dialog that opens, fill in the fields:
    • Name — enter a descriptive resource name (e.g., Gemini Google service, ChatGPT, GitHub).
    • Type — select the type from the dropdown: IP, Subnet, or List.
    • IP address — enter the value according to the selected type:
      • For IP — a single IPv4 address.
      • For Subnet — a subnet in CIDR notation.
      • For List — multiple addresses separated by commas.
  3. Click Save to add the resource or Cancel to close the dialog.

Use in Firewall

Resources from the Directory are available when creating Firewall rules as traffic source or destination. This provides several benefits:

  • Firewall rules use descriptive names instead of IP addresses.
  • Changing a resource's address in the Directory automatically applies to all associated rules.
  • The List type allows grouping multiple addresses and applying one rule to all of them.

TIP

Give resources descriptive names (e.g., GitHub instead of 140.82.121.3) to make firewall rules more readable.