You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
426 B
20 lines
426 B
11 years ago
|
{
|
||
|
"server": "127.0.0.1",
|
||
|
"server_port": 8384,
|
||
11 years ago
|
"local_port": 1081,
|
||
11 years ago
|
"password": "foobar4",
|
||
|
"port_password": {
|
||
|
"8381": "foobar1",
|
||
|
"8382": "foobar2",
|
||
|
"8383": "foobar3",
|
||
|
"8384": "foobar4",
|
||
|
"8385": "foobar5",
|
||
|
"8386": "foobar6",
|
||
|
"8387": "foobar7",
|
||
|
"8388": "foobar8",
|
||
11 years ago
|
"8389": "foobar9"
|
||
11 years ago
|
},
|
||
|
"timeout": 60,
|
||
|
"method": "aes-256-cfb"
|
||
|
}
|