From a87d5a05fb9d339f7f21f440dc4093d9bb185a6d Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 17 Sep 2014 18:15:40 -0700 Subject: [PATCH] Created Configure Multiple Users (markdown) --- Configure-Multiple-Users.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Configure-Multiple-Users.md diff --git a/Configure-Multiple-Users.md b/Configure-Multiple-Users.md new file mode 100644 index 0000000..6216d03 --- /dev/null +++ b/Configure-Multiple-Users.md @@ -0,0 +1,16 @@ +You can use different passwords on different ports like this: + +{ + "server": "127.0.0.1", + "server_port": 8381, + "local_port": 1081, + "password": "foobar1", + "port_password": { + "8381": "foobar1", + "8382": "foobar2", + "8383": "foobar3", + "8384": "foobar4" + }, + "timeout": 60, + "method": "aes-256-cfb" + }