We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3b686da commit aff0a0cCopy full SHA for aff0a0c
cmd/ipfs/daemon.go
@@ -121,6 +121,17 @@ environment variable:
121
122
export IPFS_PATH=/path/to/ipfsrepo
123
124
+Routing
125
+
126
+IPFS by default will use a DHT for content routing. There is a highly
127
+experimental alternative that operates the DHT in a 'client only' mode that can
128
+be enabled by running the daemon as:
129
130
+ ipfs daemon --routing=dhtclient
131
132
+This will later be transitioned into a config option once it gets out of the
133
+'experimental' stage.
134
135
DEPRECATION NOTICE
136
137
Previously, IPFS used an environment variable as seen below:
0 commit comments