kubo/test/cli/autoconf/testdata/updated_autoconf.json
Marcin Rataj ccb49de852
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
feat(config): AutoConf with "auto" placeholders (#10883)
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>
2025-08-20 05:59:11 +02:00

87 lines
2.4 KiB
JSON
Generated

{
"AutoConfVersion": 2025072902,
"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",
"/dnsaddr/bootstrap.libp2p.io/p2p/QmQCU2EcMqAqQPR2i9bChDtGNJchTbq5TbXJJ16u19uLTa",
"/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb",
"/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt",
"/dnsaddr/va1.bootstrap.libp2p.io/p2p/12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8",
"/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
"/ip4/104.131.131.82/udp/4001/quic-v1/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
]
},
"DelegatedConfig": {
"Read": [
"/routing/v1/providers",
"/routing/v1/peers",
"/routing/v1/ipns"
],
"Write": [
"/routing/v1/ipns"
]
}
},
"IPNI": {
"URL": "https://ipni.example.com",
"Description": "Network Indexer - content routing database for large storage providers",
"DelegatedConfig": {
"Read": [
"/routing/v1/providers"
],
"Write": []
}
}
},
"DNSResolvers": {
"eth.": [
"https://dns.eth.limo/dns-query",
"https://dns.eth.link/dns-query"
],
"test.": [
"https://test.resolver/dns-query"
]
},
"DelegatedEndpoints": {
"https://ipni.example.com": {
"Systems": ["IPNI"],
"Read": [
"/routing/v1/providers"
],
"Write": []
},
"https://routing.example.com": {
"Systems": ["IPNI"],
"Read": [
"/routing/v1/providers"
],
"Write": []
},
"https://delegated-ipfs.dev": {
"Systems": ["AminoDHT", "IPNI"],
"Read": [
"/routing/v1/providers",
"/routing/v1/peers",
"/routing/v1/ipns"
],
"Write": [
"/routing/v1/ipns"
]
},
"https://ipns.example.com": {
"Systems": ["AminoDHT"],
"Read": [
"/routing/v1/ipns"
],
"Write": [
"/routing/v1/ipns"
]
}
}
}