Skip to content

Commit

Permalink
chore(doc): add toc
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 18, 2024
1 parent 538c9bb commit b306f56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ config file at runtime.
- [`Swarm.DisableBandwidthMetrics`](#swarmdisablebandwidthmetrics)
- [`Swarm.DisableNatPortMap`](#swarmdisablenatportmap)
- [`Swarm.EnableHolePunching`](#swarmenableholepunching)
- [`Swarm.ForgeClient`](#swarmforgeclient)
- [`Swarm.ForgeClient.Enabled`](#swarmforgeclientenabled)
- [`Swarm.ForgeClient.ForgeDomain`](#swarmforgeclientforgedomain)
- [`Swarm.ForgeClient.ForgeEndpoint`](#swarmforgeclientforgeendpoint)
- [`Swarm.ForgeClient.ForgeAuth`](#swarmforgeclientforgeauth)
- [`Swarm.ForgeClient.CAEndpoint`](#swarmforgeclientcaendpoint)
- [`Swarm.EnableAutoRelay`](#swarmenableautorelay)
- [`Swarm.RelayClient`](#swarmrelayclient)
- [`Swarm.RelayClient.Enabled`](#swarmrelayclientenabled)
Expand Down Expand Up @@ -1716,7 +1722,7 @@ Default: `true`

Type: `flag`

#### `Swarm.ForgeClient`
### `Swarm.ForgeClient`

Configuration options for optional [p2p-forge] client that provides Kubo with DNS+TLS+WebSockets multiaddrs that allow for direct connections from JS running in web browsers.

Expand Down

0 comments on commit b306f56

Please sign in to comment.