-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-example.json
36 lines (36 loc) · 1000 Bytes
/
config-example.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
{
"proxy": {
"filename": "proxies.txt",
"auto_fetch_new": false,
"pool_list": [
{
"response_format": "json",
"url": "https://dummy.com/file.json",
"proxy_list_key": "proxies",
"proxy_key": "proxy"
},
{
"response_format": "text",
"url": "https://dummy.com/file.txt"
},
{
"response_format": "csv",
"url": "https://dummy.com/file.csv",
"proxy_row": "proxy"
}
]
},
"connection": {
"ws_url": "wss://proxy2.wynd.network:4650/",
"ws_url2": "wss://proxy2.wynd.network:4444/",
"number_of_proxies": 100,
"max_retries": 10,
"retry_delay": 1,
"interval_ping": 120,
"max_timeout": 10
},
"extension" : {
"id": "4.26.2",
"version" : "lkbnfiajjmbhnfledhphioinpickokdi"
}
}