You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1646,22 +1646,21 @@ Type: `flag`
1646
1646
1647
1647
### `Ipns.DelegatedPublishers`
1648
1648
1649
-
A list of IPNS publishers to delegate publishing operations to. When configured, IPNS publish operations are sent to these remote HTTP services in addition to or instead of local DHT publishing, depending on [`Routing.Type`](#routingtype) configuration.
1649
+
HTTP endpoints for delegated IPNS publishing operations. These endpoints must support the [IPNS API](https://specs.ipfs.tech/routing/http-routing-v1/#ipns-api) from the Delegated Routing V1 HTTP specification.
1650
1650
1651
-
These endpoints must support the [IPNS API](https://specs.ipfs.tech/routing/http-routing-v1/#ipns-api) from the Delegated Routing V1 HTTP specification.
1652
-
1653
-
The special value `"auto"` uses delegated publishers from [AutoConf](#autoconf) when enabled.
1651
+
The special value `"auto"` loads delegated publishers from [AutoConf](#autoconf) when enabled.
1654
1652
1655
1653
**Publishing behavior depends on routing configuration:**
1656
1654
1657
-
-`Routing.Type=auto` (default): Uses both DHT and HTTP delegated publishers
1658
-
-`Routing.Type=delegated`: Uses only HTTP delegated publishers (DHT disabled)
1655
+
-`Routing.Type=auto` (default): Uses DHT for publishing, `"auto"` resolves to empty list
0 commit comments