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" }