0f4e3fa00c
* add mbedtls crypto wrapper. add tests files for new aead ciphers add custom lib path support fix some typo * fix forbidden ip list * rm crypto lib build files * remove crypto source * add xchacha20 test config * convert dos new line format to unix format * Fix help msg
17 lines
508 B
Text
17 lines
508 B
Text
{
|
|
"server":"127.0.0.1",
|
|
"server_port":8388,
|
|
"local_port":1080,
|
|
"password":"password",
|
|
"timeout":600,
|
|
"method":"aes-256-cfb",
|
|
"local_address":"127.0.0.1",
|
|
"fast_open":false,
|
|
"tunnel_remote":"8.8.8.8",
|
|
"dns_server":["8.8.8.8", "8.8.4.4"],
|
|
"tunnel_remote_port":53,
|
|
"tunnel_port":53,
|
|
"libopenssl":"C:\\Program Files\\Git\\mingw64\\bin\\libeay32.dll",
|
|
"libsodium":"/usr/local/lib/libsodium.so",
|
|
"libmbedtls":"/usr/local/lib/libmbedcrypto.2.4.0.dylib"
|
|
}
|