{
"server": "xxx.xxx.xxx.xxx",
"port": 4433,
"listenport": 1080,
"password": "abcabc",
"method": "aes-256-cfb",
"timeout": 60,
"fork": true,
"dontbypasslocal", false
"any": false
}
Should be
{
"server": "xxx.xxx.xxx.xxx",
"port": 4433,
"listenport": 1080,
"password": "abcabc",
"method": "aes-256-cfb",
"timeout": 60,
"fork": true,
"dontbypasslocal": false,
"any": false
}