Updated Configure Multiple Users (markdown)

clowwindy 2014-12-16 08:29:18 -08:00
parent bcc09bef2d
commit b165ad1185

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