-
Notifications
You must be signed in to change notification settings - Fork 0
/
foxyproxy-settings.json
85 lines (85 loc) · 1.92 KB
/
foxyproxy-settings.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"mode": "patterns",
"proxySettings": [
{
"title": "EMR SOCKS Proxy",
"type": 3,
"color": "#cc8c2a",
"address": "localhost",
"port": 8157,
"proxyDNS": true,
"active": true,
"whitePatterns": [
{
"pattern": "*ec2*.amazonaws.com*",
"type": 1,
"protocols": 1,
"active": true,
"title": "*ec2*.amazonaws.com*"
},
{
"pattern": "*ec2*.compute*",
"type": 1,
"protocols": 1,
"active": true,
"title": "*ec2*.compute*"
},
{
"pattern": "http://10.*",
"type": 1,
"protocols": 1,
"active": true,
"title": "10.*"
},
{
"pattern": "*10*.amazonaws.com*",
"type": 1,
"protocols": 1,
"active": true,
"title": "*10*.amazonaws.com*"
},
{
"pattern": "*10*.compute*",
"type": 1,
"protocols": 1,
"active": true,
"title": "*10*.compute*"
},
{
"pattern": "*.compute.internal*",
"type": 1,
"protocols": 1,
"active": true,
"title": "*.compute.internal*"
},
{
"pattern": "*.ec2.internal*",
"type": 1,
"protocols": 1,
"active": true,
"title": "*.ec2.internal*"
}
],
"blackPatterns": [],
"id": "zglrmb1508957730425"
},
{
"active": true,
"title": "Default",
"notes": "These are the settings that are used when no patterns match a URL.",
"color": "#0055E5",
"type": 5,
"whitePatterns": [
{
"title": "all URLs",
"active": true,
"pattern": "*",
"type": 1,
"protocols": 1
}
],
"blackPatterns": [],
"id": "k20d21508277536715"
}
]
}