From a68076c99de16ff9e054d24254128a2e341b8867 Mon Sep 17 00:00:00 2001 From: Zou Yong Date: Wed, 22 Mar 2017 12:21:17 +0800 Subject: [PATCH] add xchacha20 test config --- tests/xchacha20.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/xchacha20.json diff --git a/tests/xchacha20.json b/tests/xchacha20.json new file mode 100644 index 0000000..79ac294 --- /dev/null +++ b/tests/xchacha20.json @@ -0,0 +1,10 @@ +{ + "server":"127.0.0.1", + "server_port":8388, + "local_port":1081, + "password":"xchacha20_password", + "timeout":60, + "method":"xchacha20", + "local_address":"127.0.0.1", + "fast_open":false +}