Add shadowsocksr outbound
This commit is contained in:
19
test/config/shadowsocksr.json
Normal file
19
test/config/shadowsocksr.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"server": "0.0.0.0",
|
||||
"server_ipv6": "::",
|
||||
"server_port": 10000,
|
||||
"local_address": "127.0.0.1",
|
||||
"local_port": 1080,
|
||||
"password": "password0",
|
||||
"timeout": 120,
|
||||
"method": "aes-256-cfb",
|
||||
"protocol": "origin",
|
||||
"protocol_param": "",
|
||||
"obfs": "plain",
|
||||
"obfs_param": "",
|
||||
"redirect": "",
|
||||
"dns_ipv6": false,
|
||||
"fast_open": true,
|
||||
"workers": 1,
|
||||
"forbidden_ip": ""
|
||||
}
|
||||
Reference in New Issue
Block a user