From f17773506810d194f440adaef223f7e988f3e53e Mon Sep 17 00:00:00 2001 From: petervanv <58996467+petervanv@users.noreply.github.com> Date: Wed, 18 Mar 2020 13:20:11 +0100 Subject: [PATCH 1/2] repair "_agentInviteCodes": true --- sample-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-config.json b/sample-config.json index efb3e0ab..f978e0db 100644 --- a/sample-config.json +++ b/sample-config.json @@ -27,7 +27,7 @@ "_ExactPorts": "true", "_AllowLoginToken": true, "_AllowFraming": true, - "_agentInviteCodes": true + "_agentInviteCodes": true, "_WebRTC": false, "_Nice404": false, "_ClickOnce": false, From a3b33a68fa743423e47cdebf84b5d274a52e3ba1 Mon Sep 17 00:00:00 2001 From: petervanv <58996467+petervanv@users.noreply.github.com> Date: Wed, 18 Mar 2020 13:30:19 +0100 Subject: [PATCH 2/2] Update sample-config.json --- sample-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-config.json b/sample-config.json index f978e0db..a98eb173 100644 --- a/sample-config.json +++ b/sample-config.json @@ -24,7 +24,7 @@ "_Port": 443, "_AliasPort": 444, "_RedirPort": 80, - "_ExactPorts": "true", + "_ExactPorts": true, "_AllowLoginToken": true, "_AllowFraming": true, "_agentInviteCodes": true,