Created Configure Multiple Users (markdown)
parent
27c331d889
commit
a87d5a05fb
1 changed files with 16 additions and 0 deletions
16
Configure-Multiple-Users.md
Normal file
16
Configure-Multiple-Users.md
Normal file
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue