From 13a55fef16c0bdaa89d8004619507bd8d03b8ff8 Mon Sep 17 00:00:00 2001 From: GPayne Date: Thu, 31 Oct 2024 09:54:11 -0600 Subject: [PATCH] Set to allow outside Tcp connections --- openspace.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspace.cfg b/openspace.cfg index e4c0bd7d65..477ca80da9 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -150,7 +150,7 @@ ModuleConfigurations = { Identifier = "DefaultTcpSocketInterface", Port = 4681, Enabled = true, - DefaultAccess = "Deny", + DefaultAccess = "Allow", RequirePasswordAddresses = {}, Password = "" },