From b165ad1185f73d2e2d55353fe922cd458ff4bbbb Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 16 Dec 2014 08:29:18 -0800 Subject: [PATCH] Updated Configure Multiple Users (markdown) --- Configure-Multiple-Users.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Configure-Multiple-Users.md b/Configure-Multiple-Users.md index 67dde3b..f47c2d9 100644 --- a/Configure-Multiple-Users.md +++ b/Configure-Multiple-Users.md @@ -4,14 +4,13 @@ You can use different passwords on different ports like this: { "server": "0.0.0.0", - "local_port": 1081, "port_password": { "8381": "foobar1", "8382": "foobar2", "8383": "foobar3", "8384": "foobar4" }, - "timeout": 60, + "timeout": 300, "method": "aes-256-cfb" }