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" +}