This commit is contained in:
wingyiu 2015-08-22 15:05:12 +08:00
parent 938bba32a4
commit eeac613cfb
83 changed files with 8428 additions and 1 deletions

17
tests/server-multi-passwd.json Executable file
View file

@ -0,0 +1,17 @@
{
"server": "127.0.0.1",
"local_port": 1081,
"port_password": {
"8381": "foobar1",
"8382": "foobar2",
"8383": "foobar3",
"8384": "foobar4",
"8385": "foobar5",
"8386": "foobar6",
"8387": "foobar7",
"8388": "foobar8",
"8389": "foobar9"
},
"timeout": 60,
"method": "aes-256-cfb"
}