master
json 38 lines 829 Bytes
Raw
1 {
2 "AutoConfVersion": 2025072901,
3 "AutoConfSchema": 1,
4 "AutoConfTTL": 86400,
5 "SystemRegistry": {
6 "NewRoutingSystem": {
7 "URL": "https://new-routing.example.com",
8 "Description": "New routing system for testing delegation with auto routing",
9 "DelegatedConfig": {
10 "Read": [
11 "/routing/v1/providers",
12 "/routing/v1/peers",
13 "/routing/v1/ipns"
14 ],
15 "Write": [
16 "/routing/v1/ipns"
17 ]
18 }
19 }
20 },
21 "DNSResolvers": {
22 "eth.": [
23 "https://dns.eth.limo/dns-query"
24 ]
25 },
26 "DelegatedEndpoints": {
27 "https://new-routing.example.com": {
28 "Systems": ["NewRoutingSystem"],
29 "Read": [
30 "/routing/v1/providers",
31 "/routing/v1/peers"
32 ],
33 "Write": [
34 "/routing/v1/ipns"
35 ]
36 }
37 }
38 }