forked from bitdust-io/devel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_network.json
92 lines (92 loc) · 1.64 KB
/
default_network.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
86
87
88
89
90
91
92
{
"service_entangled_dht": {
"bucket_size": 4,
"default_age": 43200,
"known_nodes": [
{
"host": "p2p-id.ru",
"udp_port": 14441
},
{
"host": "p2p-alice.ai",
"udp_port": 14441
},
{
"host": "bitdust.ai",
"udp_port": 14441
},
{
"host": "bitrex.ai",
"udp_port": 14441
},
{
"host": "root-node.ai",
"udp_port": 14441
},
{
"host": "bahamas.ai",
"udp_port": 14441
},
{
"host": "peer2peer.ai",
"udp_port": 14441
},
{
"host": "webapp.ai",
"udp_port": 14441
},
{
"host": "seed.bitdust.io",
"udp_port": 14441
}
],
"max_age": 86400,
"parallel_calls": 4,
"refresh_timeout": 600,
"rpc_timeout": 10
},
"service_gateway": {
"session_key_type": "AES"
},
"service_identity_propagate": {
"known_servers": [
{
"host": "p2p-id.ru",
"http_port": 80
},
{
"host": "p2p-alice.ai",
"http_port": 80
},
{
"host": "bitdust.ai",
"http_port": 80
},
{
"host": "bitrex.ai",
"http_port": 80
},
{
"host": "root-node.ai",
"http_port": 80
},
{
"host": "bahamas.ai",
"http_port": 80
},
{
"host": "peer2peer.ai",
"http_port": 80
},
{
"host": "webapp.ai",
"http_port": 80
},
{
"host": "seed.bitdust.io",
"http_port": 80
}
],
"whitelisted_servers": []
}
}