diff --git a/simple_config/shadowsocks-go/config.json b/simple_config/shadowsocks-go/config.json new file mode 100644 index 00000000..b4a682cd --- /dev/null +++ b/simple_config/shadowsocks-go/config.json @@ -0,0 +1,11 @@ +{ + "port_password":{ + "9000":"password0", + "9001":"password1", + "9002":"password2", + "9003":"password3", + "9004":"password4" + }, + "method":"aes-256-cfb", + "timeout":300 +} \ No newline at end of file diff --git a/simple_config/shadowsocks-libev/config.json b/simple_config/shadowsocks-libev/config.json new file mode 100644 index 00000000..67a6cb39 --- /dev/null +++ b/simple_config/shadowsocks-libev/config.json @@ -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" +} \ No newline at end of file diff --git a/simple_config/shadowsocks-manager/config.json b/simple_config/shadowsocks-manager/config.json new file mode 100644 index 00000000..52824846 --- /dev/null +++ b/simple_config/shadowsocks-manager/config.json @@ -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" +} \ No newline at end of file diff --git a/simple_config/shadowsocks-python/config.json b/simple_config/shadowsocks-python/config.json new file mode 100644 index 00000000..37faafa0 --- /dev/null +++ b/simple_config/shadowsocks-python/config.json @@ -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 +} \ No newline at end of file diff --git a/simple_config/shadowsocks-r/config.json b/simple_config/shadowsocks-r/config.json new file mode 100644 index 00000000..d61eaecd --- /dev/null +++ b/simple_config/shadowsocks-r/config.json @@ -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 +} \ No newline at end of file