add json templates for tcpspeed and shadowsocks.

This commit is contained in:
2017-09-30 23:46:50 +08:00
parent c3c39b6531
commit 4fbffec898
3 changed files with 30 additions and 0 deletions

View File

@@ -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
}

View File

@@ -0,0 +1,9 @@
{
"map_list":
[{
"dst_address":"ip_addr(domain name)",
"dst_port":8388,
"listen_port":44444,
"name":"shadowsocks(persional)"
}]
}

View File

@@ -0,0 +1,8 @@
{
"server":"127.0.0.1",
"server_port":44444,
"local_port":1080,
"password":"BlsEYioG1w",
"timeout":60,
"method":"aes-256-cfb"
}