add json templates for tcpspeed and shadowsocks.
This commit is contained in:
13
shadowsocks-templates/client_config.json
Normal file
13
shadowsocks-templates/client_config.json
Normal 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
|
||||||
|
}
|
||||||
9
shadowsocks-templates/port_map.json
Normal file
9
shadowsocks-templates/port_map.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"map_list":
|
||||||
|
[{
|
||||||
|
"dst_address":"ip_addr(domain name)",
|
||||||
|
"dst_port":8388,
|
||||||
|
"listen_port":44444,
|
||||||
|
"name":"shadowsocks(persional)"
|
||||||
|
}]
|
||||||
|
}
|
||||||
8
shadowsocks-templates/shadowsocks.json
Normal file
8
shadowsocks-templates/shadowsocks.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"server":"127.0.0.1",
|
||||||
|
"server_port":44444,
|
||||||
|
"local_port":1080,
|
||||||
|
"password":"BlsEYioG1w",
|
||||||
|
"timeout":60,
|
||||||
|
"method":"aes-256-cfb"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user