forked from chenmoaaaa/shadowsocksr-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-config.json
34 lines (32 loc) · 1018 Bytes
/
user-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"server": "0.0.0.0",
"server_ipv6": "::",
"server_port": 8388,
"local_address": "127.0.0.1",
"local_port": 1080,
"password": "m",
"method": "aes-256-cfb",
"protocol": "origin",
"protocol_param": "",
"obfs": "plain",
"obfs_param": "",
"speed_limit_per_con": 0,
"speed_limit_per_user": 0,
"additional_ports" : {
"443": {
"passwd": "pass",
"method": "aes-256-cfb",
"protocol": "auth_chain_a",
"protocol_param": "#",
"obfs": "plain",
"obfs_param": "fe2.update.microsoft.com"
}
}, // only works under multi-user mode
"additional_ports_only" : false, // only works under multi-user mode
"timeout": 120,
"udp_timeout": 60,
"dns_ipv6": false,
"connect_verbose_info": 1,
"redirect": ["www.amazon.com", "images-na.ssl-images-amazon.com", "m.media-amazon.com", "kdp.amazon.com", "php.net"],
"fast_open": false
}