master
json 64 lines 1.44 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 },
26 "DNSResolvers": {
27 "eth.": [
28 "https://dns.eth.limo/dns-query"
29 ]
30 },
31 "DelegatedEndpoints": {
32 "https://supported.example.com": {
33 "Systems": ["AminoDHT"],
34 "Read": [
35 "/routing/v1/providers",
36 "/routing/v1/peers"
37 ],
38 "Write": [
39 "/routing/v1/ipns"
40 ]
41 },
42 "https://unsupported.example.com": {
43 "Systems": ["AminoDHT"],
44 "Read": [
45 "/example/v0/read",
46 "/api/v1/custom"
47 ],
48 "Write": [
49 "/example/v0/write"
50 ]
51 },
52 "https://mixed.example.com": {
53 "Systems": ["AminoDHT"],
54 "Read": [
55 "/routing/v1/providers",
56 "/unsupported/path",
57 "/routing/v1/peers"
58 ],
59 "Write": [
60 "/routing/v1/ipns"
61 ]
62 }
63 }
64 }