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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,8 @@ Creates and returns an instance of an IPFS node. Use the `options` argument to s
233
233
-`hop` (object)
234
234
-`enabled` (boolean): Make this node a relay (other nodes can connect *through* it). (Default:`false`)
235
235
-`active` (boolean): Make this an *active* relay node. Active relay nodes will attempt to dial a destination peer even if that peer is not yet connected to the relay. (Default:`false`)
236
-
236
+
-`mfs` (boolean): Enables Mutable File System commands - see `jsipfs files --help`formore (Default:`false`)
237
+
237
238
-`config` (object) Modify the default IPFS node config. Find the Node.js defaults at [`src/core/runtime/config-nodejs.js`](https://github.com/ipfs/js-ipfs/tree/master/src/core/runtime/config-nodejs.js) and the browser defaults at [`src/core/runtime/config-browser.js`](https://github.com/ipfs/js-ipfs/tree/master/src/core/runtime/config-browser.js). This object will be *merged* with the default config; it will not replace it.
238
239
239
240
-`libp2p` (object) add custom modules to the libp2p stack of your node
0 commit comments