-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloud_config.json
More file actions
57 lines (57 loc) · 1.61 KB
/
cloud_config.json
File metadata and controls
57 lines (57 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"cloud_proxies": {
"render": {
"url": "https://phantom-relay.onrender.com",
"type": "free"
},
"heroku": {
"url": "https://phantom-proxy.herokuapp.com",
"type": "free"
},
"cloudflare": {
"url": "https://your-worker.workers.dev",
"type": "free"
}
},
"cloud_services": {
"render": {
"url": "https://phantom-relay.up.railway.app",
"ping": "/api/status",
"type": "free",
"max_connections": 100,
"routes": ["/phantom", "/api"]
},
"cyclic": {
"url": "https://phantom-proxy.cyclic.app",
"ping": "/health",
"type": "free",
"max_connections": 100,
"routes": ["/phantom", "/api"]
},
"railway": {
"url": "https://phantom-server.railway.app",
"type": "free",
"max_connections": 100
}
},
"settings": {
"timeout": 3000,
"retries": 3,
"force_https": true,
"auto_rotate": true,
"fallback_url": "https://phantom-relay.onrender.com",
"hide_source": true
},
"ngrok_config": {
"regions": ["us", "eu", "ap", "au", "sa", "jp", "in"],
"protocols": ["http", "https", "tcp"],
"options": {
"auth": true,
"compression": true,
"inspect": false,
"bind_tls": true
},
"custom_domains": true,
"tunnel_timeout": 3600
}
}