From 93ea293a232aff7105c42057d129c3b6b722969f Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 7 Sep 2023 21:36:41 +0100 Subject: [PATCH] add dns to domains in schema --- meshcentral-config-schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 5d665c60..59a87ccb 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -984,6 +984,11 @@ "items": { "type": "object", "properties": { + "dns": { + "type": "string", + "default": null, + "description": "The DNS name used to access this domain instead of accessing it via a subfolder" + }, "siteStyle": { "type": "integer", "default": 2,