From 3c0b277f1cf5a51a23dca6d1521e7ae3288abe1d Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 21 Apr 2026 10:57:02 -0700 Subject: [PATCH] Add port explain --- manage/blueprints.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index a365ee1..2401e47 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -1008,7 +1008,7 @@ private-resources: - Allowed TCP ports or ranges. + Allowed TCP ports or ranges. Use comma-separated values for multiple ports or ranges, such as `22,443,8000-9000` or `*` for all ports or leave empty for no ports. **Default**: `*` @@ -1017,7 +1017,7 @@ private-resources: - Allowed UDP ports or ranges. + Allowed UDP ports or ranges. Use comma-separated values for multiple ports or ranges, such as `22,443,8000-9000` or `*` for all ports or leave empty for no ports. **Default**: `*`