mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
Some checks failed
CodeQL / codeql (push) Has been cancelled
Docker Build / docker-build (push) Has been cancelled
Gateway Conformance / gateway-conformance (push) Has been cancelled
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Has been cancelled
Go Build / go-build (push) Has been cancelled
Go Check / go-check (push) Has been cancelled
Go Lint / go-lint (push) Has been cancelled
Go Test / go-test (push) Has been cancelled
Interop / interop-prep (push) Has been cancelled
Sharness / sharness-test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
Interop / helia-interop (push) Has been cancelled
Interop / ipfs-webui (push) Has been cancelled
https://github.com/ipfs/kubo/pull/10883 https://github.com/ipshipyard/config.ipfs-mainnet.org/issues/3 --------- Co-authored-by: gammazero <gammazero@users.noreply.github.com>
65 lines
1.4 KiB
JSON
Generated
65 lines
1.4 KiB
JSON
Generated
{
|
|
"AutoConfVersion": 2025072901,
|
|
"AutoConfSchema": 1,
|
|
"AutoConfTTL": 86400,
|
|
"SystemRegistry": {
|
|
"AminoDHT": {
|
|
"URL": "https://github.com/ipfs/specs/pull/497",
|
|
"Description": "Public DHT swarm that implements the IPFS Kademlia DHT specification under protocol identifier /ipfs/kad/1.0.0",
|
|
"NativeConfig": {
|
|
"Bootstrap": [
|
|
"/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN"
|
|
]
|
|
},
|
|
"DelegatedConfig": {
|
|
"Read": [
|
|
"/routing/v1/providers",
|
|
"/routing/v1/peers",
|
|
"/routing/v1/ipns"
|
|
],
|
|
"Write": [
|
|
"/routing/v1/ipns"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"DNSResolvers": {
|
|
"eth.": [
|
|
"https://dns.eth.limo/dns-query"
|
|
]
|
|
},
|
|
"DelegatedEndpoints": {
|
|
"https://supported.example.com": {
|
|
"Systems": ["AminoDHT"],
|
|
"Read": [
|
|
"/routing/v1/providers",
|
|
"/routing/v1/peers"
|
|
],
|
|
"Write": [
|
|
"/routing/v1/ipns"
|
|
]
|
|
},
|
|
"https://unsupported.example.com": {
|
|
"Systems": ["AminoDHT"],
|
|
"Read": [
|
|
"/example/v0/read",
|
|
"/api/v1/custom"
|
|
],
|
|
"Write": [
|
|
"/example/v0/write"
|
|
]
|
|
},
|
|
"https://mixed.example.com": {
|
|
"Systems": ["AminoDHT"],
|
|
"Read": [
|
|
"/routing/v1/providers",
|
|
"/unsupported/path",
|
|
"/routing/v1/peers"
|
|
],
|
|
"Write": [
|
|
"/routing/v1/ipns"
|
|
]
|
|
}
|
|
}
|
|
}
|