From 58fd2b5641433e6455c207c48607f2c3fab930f6 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Wed, 6 Aug 2025 11:29:46 -0700 Subject: [PATCH] add back allow_raw_resources --- self-host/advanced/config-file.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/self-host/advanced/config-file.mdx b/self-host/advanced/config-file.mdx index 0436a44..3094006 100644 --- a/self-host/advanced/config-file.mdx +++ b/self-host/advanced/config-file.mdx @@ -507,13 +507,13 @@ This section contains the complete reference for all configuration options in `c - - Whether to allow resources on base domains. + + Whether to allow raw TCP/UDP resource creation. **Default**: `true` - When disabled, only subdomain resources are allowed. + If set to `false`, users will only be able to create http/https resources.