-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-patch.json
More file actions
50 lines (50 loc) · 1.1 KB
/
config-patch.json
File metadata and controls
50 lines (50 loc) · 1.1 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
{
"Swarm": {
"RelayService": {
"Enabled": true,
"MaxReservations": 2048,
"MaxCircuits": 512,
"MaxReservationsPerIP": 32,
"MaxReservationsPerASN": 256,
"BufferSize": 16384,
"ReservationTTL": "1h0m0s",
"Limit": {
"Duration": "5m0s",
"Data": 1048576
}
},
"RelayClient": {
"Enabled": false
},
"ConnMgr": {
"Type": "basic",
"LowWater": 1024,
"HighWater": 2048,
"GracePeriod": "2m0s"
},
"DisableRelay": false
},
"Addresses": {
"Swarm": [
"/ip4/0.0.0.0/tcp/4001",
"/ip6/::/tcp/4001",
"/ip4/0.0.0.0/udp/4001/quic-v1",
"/ip6/::/udp/4001/quic-v1",
"/ip4/0.0.0.0/udp/4001/quic-v1/webtransport",
"/ip6/::/udp/4001/quic-v1/webtransport"
],
"API": "/ip4/127.0.0.1/tcp/5001",
"Gateway": "",
"Announce": [
"/dns/relay.dev.fx.land/tcp/4001",
"/dns/relay.dev.fx.land/udp/4001/quic-v1",
"/dns/relay.dev.fx.land/udp/4001/quic-v1/webtransport"
]
},
"Provide": {
"Strategy": "",
"DHT": {
"Interval": "0"
}
}
}