mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
go-ipfs-config: Added fuse allow_other option
ipfs config Mounts.FuseAllowOther --bool true
ipfs daemon --mount
This commit is contained in:
parent
25c4d28de9
commit
154216d34d
@ -2,6 +2,7 @@ package config
|
||||
|
||||
// Mounts stores the (string) mount points
|
||||
type Mounts struct {
|
||||
IPFS string
|
||||
IPNS string
|
||||
IPFS string
|
||||
IPNS string
|
||||
FuseAllowOther bool
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user