Closed
Description
I'm trying to enable EXPERIMENTAL.dht
for my in-proc node:
df.spawn({ config: { EXPERIMENTAL: { dht: true } } }, /* ... */)
The DHT experiment is not enabled because the in process node does not use the config
property to configure the node, it expects EXPERIMENTAL
to be in the root of the options object:
js-ipfsd-ctl/src/ipfsd-in-proc.js
Line 36 in cf794cd