-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsocksd.json
41 lines (41 loc) · 1.15 KB
/
socksd.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
35
36
37
38
39
40
41
{
"pac": {
"address": "127.0.0.1:2016",
"upstream": {
"type": "shadowsocks",
"crypto": "aes-128-cfb",
"password": "111222333",
"address": "127.0.0.1:1080"
},
"rules": [
{
"name": "remote_proxy",
"proxy": "8.8.8.8:2333",
"local_rule_file": "Appreciation.txt"
},
{
"name": "local_proxy",
"proxy": "127.0.0.1:2333",
"socks4": "127.0.0.1:2334",
"socks5": "127.0.0.1:2335",
"local_rule_file": "Hijacker.txt",
"remote_rule_file": "https://raw.githubusercontent.com/Leask/BRICKS/master/gfw.bricks"
}
]
},
"proxies": [
{
"http": ":2333",
"socks4": ":2334",
"socks5": ":2335",
"upstreams": [
{
"type": "shadowsocks",
"crypto": "aes-128-cfb",
"password": "111222333",
"address": "127.0.0.1:1080"
}
]
}
]
}