From a031c22bedb4d6d893fb57718800571bdac2bfe5 Mon Sep 17 00:00:00 2001 From: "Y. T. Chung" Date: Fri, 31 Oct 2014 12:52:00 +0800 Subject: [PATCH] add example config --- examples/config_ext.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/config_ext.json diff --git a/examples/config_ext.json b/examples/config_ext.json new file mode 100644 index 00000000..9a34aba5 --- /dev/null +++ b/examples/config_ext.json @@ -0,0 +1,28 @@ +{ + "servers": [ + { + "address": "127.0.0.1", + "port": 1080, + "password": "hellofuck", + "method": "bf-cfb" + }, + { + "address": "127.0.0.1", + "port": 1081, + "password": "hellofuck", + "method": "aes-128-cfb" + }, + { + "address": "127.0.0.1", + "port": 1082, + "password": "fffffuckyou", + "method": "rc4-md5" + } + ], + "local_port":8388, + "password":"helloworld_fuck", + "timeout":300, + "method":"aes-256-cfb", + "local_address":"127.0.0.1", + "fast_open":false +}