From 714780aae56e2f8c128f6c94fd953d5b43f7cc31 Mon Sep 17 00:00:00 2001 From: dnutan <15559754+dnutan@users.noreply.github.com> Date: Fri, 1 May 2020 21:36:28 +0200 Subject: [PATCH] AgentInviteCodes in wrong section Move `AgentInviteCodes` from settings section to domain(s) section --- sample-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-config.json b/sample-config.json index b69991af..634c51f3 100644 --- a/sample-config.json +++ b/sample-config.json @@ -27,7 +27,6 @@ "_ExactPorts": true, "_AllowLoginToken": true, "_AllowFraming": true, - "_AgentInviteCodes": true, "_WebRTC": false, "_Nice404": false, "_ClickOnce": false, @@ -104,6 +103,7 @@ "_Footer": "Twitter", "_CertUrl": "https://192.168.2.106:443/", "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" }, + "_AgentInviteCodes": true, "_AgentNoProxy": true, "_GeoLocation": true, "_UserAllowedIP": "127.0.0.1,192.168.1.0/24",