From 506918dc68d5da8fb745dee3b09719047671c03d Mon Sep 17 00:00:00 2001 From: Bill Church Date: Sat, 14 Mar 2020 09:47:38 -0400 Subject: [PATCH] config.json fix from #177 --- app/config.json.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index fe7adb2..6e540d0 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -16,7 +16,8 @@ "term": "xterm-color", "readyTimeout": 20000, "keepaliveInterval": 120000, - "keepaliveCountMax": 10 + "keepaliveCountMax": 10, + "allowedSubnets": [] }, "terminal": { "cursorBlink": true,