From 4fbffec898aadc48cc1ae2e9043d0e51dc1a8789 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 30 Sep 2017 23:46:50 +0800 Subject: [PATCH] add json templates for tcpspeed and shadowsocks. --- shadowsocks-templates/client_config.json | 13 +++++++++++++ shadowsocks-templates/port_map.json | 9 +++++++++ shadowsocks-templates/shadowsocks.json | 8 ++++++++ 3 files changed, 30 insertions(+) create mode 100644 shadowsocks-templates/client_config.json create mode 100644 shadowsocks-templates/port_map.json create mode 100644 shadowsocks-templates/shadowsocks.json diff --git a/shadowsocks-templates/client_config.json b/shadowsocks-templates/client_config.json new file mode 100644 index 0000000..cd1bd7c --- /dev/null +++ b/shadowsocks-templates/client_config.json @@ -0,0 +1,13 @@ +{ + "auto_start":true, + "direct_cn":false, + "download_speed":7149381, + "password_md5":"", + "protocal":"udp", + "proxy_password_md5":"", + "recent_address_list":["ip_addr(domain name)"], + "server_address":"ip_addr(domain name)", + "server_port":130, + "socks5_port":1083, + "upload_speed":7149381 +} diff --git a/shadowsocks-templates/port_map.json b/shadowsocks-templates/port_map.json new file mode 100644 index 0000000..6903854 --- /dev/null +++ b/shadowsocks-templates/port_map.json @@ -0,0 +1,9 @@ +{ + "map_list": + [{ + "dst_address":"ip_addr(domain name)", + "dst_port":8388, + "listen_port":44444, + "name":"shadowsocks(persional)" + }] +} diff --git a/shadowsocks-templates/shadowsocks.json b/shadowsocks-templates/shadowsocks.json new file mode 100644 index 0000000..b5fba12 --- /dev/null +++ b/shadowsocks-templates/shadowsocks.json @@ -0,0 +1,8 @@ +{ + "server":"127.0.0.1", + "server_port":44444, + "local_port":1080, + "password":"BlsEYioG1w", + "timeout":60, + "method":"aes-256-cfb" +}