-
Notifications
You must be signed in to change notification settings - Fork 3
/
foxyproxy.json
56 lines (56 loc) · 1.07 KB
/
foxyproxy.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"1y0uti1588385192353": {
"type": 1,
"color": "#005fa7",
"title": "zaproxy",
"active": true,
"address": "127.0.0.1",
"port": 8080,
"proxyDNS": false,
"username": "",
"password": "",
"whitePatterns": [
{
"title": "all URLs",
"active": true,
"pattern": "*",
"type": 1,
"protocols": 1
}
],
"blackPatterns": [],
"pacURL": "",
"index": 9007199254740989
},
"3d70xf1588385146576": {
"type": 1,
"color": "#c93312",
"title": "mitmproxy",
"active": true,
"address": "127.0.0.1",
"port": 8080,
"proxyDNS": false,
"username": "",
"password": "",
"whitePatterns": [
{
"title": "all URLs",
"active": true,
"pattern": "*",
"type": 1,
"protocols": 1
}
],
"blackPatterns": [],
"pacURL": "",
"index": 9007199254740990
},
"logging": {
"size": 100,
"active": false
},
"mode": "disabled",
"browserVersion": "75.0",
"foxyProxyVersion": "7.4.3",
"foxyProxyEdition": "standard"
}