Added simple configuration
Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
parent
f38648eea6
commit
5b2e055906
11
simple_config/shadowsocks-go/config.json
Normal file
11
simple_config/shadowsocks-go/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"port_password":{
|
||||||
|
"9000":"password0",
|
||||||
|
"9001":"password1",
|
||||||
|
"9002":"password2",
|
||||||
|
"9003":"password3",
|
||||||
|
"9004":"password4"
|
||||||
|
},
|
||||||
|
"method":"aes-256-cfb",
|
||||||
|
"timeout":300
|
||||||
|
}
|
||||||
11
simple_config/shadowsocks-libev/config.json
Normal file
11
simple_config/shadowsocks-libev/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"server":"0.0.0.0",
|
||||||
|
"server_port":9000,
|
||||||
|
"password":"password0",
|
||||||
|
"timeout":300,
|
||||||
|
"user":"nobody",
|
||||||
|
"method":"aes-256-gcm",
|
||||||
|
"fast_open":false,
|
||||||
|
"nameserver":"8.8.8.8",
|
||||||
|
"mode":"tcp_and_udp"
|
||||||
|
}
|
||||||
15
simple_config/shadowsocks-manager/config.json
Normal file
15
simple_config/shadowsocks-manager/config.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"server":"0.0.0.0",
|
||||||
|
"port_password":{
|
||||||
|
"9000":"password0",
|
||||||
|
"9001":"password1",
|
||||||
|
"9002":"password2",
|
||||||
|
"9003":"password3",
|
||||||
|
"9004":"password4"
|
||||||
|
},
|
||||||
|
"timeout":300,
|
||||||
|
"user":"nobody",
|
||||||
|
"method":"aes-256-gcm",
|
||||||
|
"nameserver":"8.8.8.8",
|
||||||
|
"mode":"tcp_and_udp"
|
||||||
|
}
|
||||||
15
simple_config/shadowsocks-python/config.json
Normal file
15
simple_config/shadowsocks-python/config.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"server":"0.0.0.0",
|
||||||
|
"local_address":"127.0.0.1",
|
||||||
|
"local_port":1080,
|
||||||
|
"port_password":{
|
||||||
|
"9000":"password0",
|
||||||
|
"9001":"password1",
|
||||||
|
"9002":"password2",
|
||||||
|
"9003":"password3",
|
||||||
|
"9004":"password4"
|
||||||
|
},
|
||||||
|
"timeout":300,
|
||||||
|
"method":"aes-256-gcm",
|
||||||
|
"fast_open": false
|
||||||
|
}
|
||||||
23
simple_config/shadowsocks-r/config.json
Normal file
23
simple_config/shadowsocks-r/config.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"server":"0.0.0.0",
|
||||||
|
"server_ipv6": "[::]",
|
||||||
|
"local_address":"127.0.0.1",
|
||||||
|
"local_port":1080,
|
||||||
|
"port_password":{
|
||||||
|
"9000":"password0",
|
||||||
|
"9001":"password1",
|
||||||
|
"9002":"password2",
|
||||||
|
"9003":"password3",
|
||||||
|
"9004":"password4"
|
||||||
|
},
|
||||||
|
"timeout":300,
|
||||||
|
"method":"aes-256-cfb",
|
||||||
|
"protocol": "auth_chain_a",
|
||||||
|
"protocol_param": "",
|
||||||
|
"obfs": "http_simple_compatible",
|
||||||
|
"obfs_param": "",
|
||||||
|
"redirect": "",
|
||||||
|
"dns_ipv6": false,
|
||||||
|
"fast_open": false,
|
||||||
|
"workers": 1
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user