master
json 60 lines 1.4 KB
Raw
1 {
2 "AutoConfVersion": 2025072901,
3 "AutoConfSchema": 1,
4 "AutoConfTTL": 86400,
5 "SystemRegistry": {
6 "AminoDHT": {
7 "URL": "https://github.com/ipfs/specs/pull/497",
8 "Description": "Public DHT swarm that implements the IPFS Kademlia DHT specification under protocol identifier /ipfs/kad/1.0.0",
9 "NativeConfig": {
10 "Bootstrap": [
11 "/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN"
12 ]
13 },
14 "DelegatedConfig": {
15 "Read": [
16 "/routing/v1/providers",
17 "/routing/v1/peers",
18 "/routing/v1/ipns"
19 ],
20 "Write": [
21 "/routing/v1/ipns"
22 ]
23 }
24 },
25 "IPNI": {
26 "URL": "https://cid.contact",
27 "Description": "Network Indexer - content routing database for large storage providers",
28 "DelegatedConfig": {
29 "Read": [
30 "/routing/v1/providers"
31 ],
32 "Write": []
33 }
34 }
35 },
36 "DNSResolvers": {
37 "eth.": [
38 "https://dns.eth.limo/dns-query"
39 ]
40 },
41 "DelegatedEndpoints": {
42 "https://amino-dht.example.com": {
43 "Systems": ["AminoDHT"],
44 "Read": [
45 "/routing/v1/providers",
46 "/routing/v1/peers"
47 ],
48 "Write": [
49 "/routing/v1/ipns"
50 ]
51 },
52 "https://cid.contact": {
53 "Systems": ["IPNI"],
54 "Read": [
55 "/routing/v1/providers"
56 ],
57 "Write": []
58 }
59 }
60 }