Set to allow outside Tcp connections

This commit is contained in:
GPayne
2024-10-31 09:54:11 -06:00
parent d724913fd8
commit 13a55fef16

View File

@@ -150,7 +150,7 @@ ModuleConfigurations = {
Identifier = "DefaultTcpSocketInterface",
Port = 4681,
Enabled = true,
DefaultAccess = "Deny",
DefaultAccess = "Allow",
RequirePasswordAddresses = {},
Password = ""
},