From f5bdf7549b830a21b46c7c3a163ffe78f14d6d6e Mon Sep 17 00:00:00 2001 From: Jan-Filip Grosse Date: Sun, 4 Jan 2026 17:15:52 +0100 Subject: [PATCH] Updated rules configuration to include priority. --- manage/blueprints.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index bffdd42..b0eac8b 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -454,6 +454,13 @@ public-resources: | `action` | string | Yes | Rule action (`allow`, `deny`, or `pass`) | - | | `match` | string | Yes | Match type (`cidr`, `path`, `ip`, or `country`) | - | | `value` | string | Yes | Value to match against | Format depends on match type. For `country` match, use `ALL` to match all countries | +| `priority` | number | No | Processing priority of the rule. | If not set, the priority is auto-assigned sequentially based on the rule order. | + + +If no priority is defined, it is auto-assigned sequentially starting at 1 based on the rule order. +Each rule consumes one priority slot, including rules with manually assigned priorities. +Manual and auto-assigned priorities must be unique. + ### Private Resources