mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 04:47:45 +08:00
This preloads the peerlog plugin in the ipfs binary, but keeps it
disabled by default. To enabled it, set Enabled=true in its config.
The motivation is to simplify building and deploying gateways, and for
them to use binaries that are more similar to release bins.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| load_nocgo.go | ||
| load_noplugin.go | ||
| load_unix.go | ||
| loader.go | ||
| preload_list | ||
| preload.go | ||
| preload.sh | ||
| Rules.mk | ||