-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (45 loc) · 1.06 KB
/
config.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"exit_nodes": [
{
"name": "MacWeb",
"ip": "100.64.114.22",
"dns": "altx-mac-mini-4.ewe-hydra.ts.net",
"provider": "MacWeb"
},
{
"name": "HostMyApple",
"ip": "100.124.197.57",
"dns": "altx-mac-mini-3.ewe-hydra.ts.net",
"provider": "HostMyApple"
}
],
"ai_endpoints": [
"https://api.anthropic.com",
"https://api.openai.com",
"https://generativelanguage.googleapis.com",
"https://claude.ai",
"https://chat.openai.com"
],
"general_endpoints": [
"https://www.google.com",
"https://www.cloudflare.com",
"https://github.com",
"https://vercel.com",
"https://craigslist.org",
"https://news.ycombinator.com",
"https://archive.org",
"https://www.irs.gov",
"https://www.dmv.ca.gov",
"https://www.gov.hk",
"https://www.hku.hk",
"https://www.hkex.com.hk",
"https://www.hangseng.com",
"https://www.mtr.com.hk"
],
"test_params": {
"ping_count": 20,
"download_runs": 3,
"download_size_mb": 10,
"jitter_duration_seconds": 60
}
}