ipfs / ipfs-update

An updater tool for Kubo IPFS binary
https://dist.ipfs.tech/#ipfs-update
MIT License
137 stars 60 forks source link

Incorrectly formatted API string for unix API paths #152

Open Stebalien opened 2 years ago

Stebalien commented 2 years ago

go-ipfs can listen on a unix domain socket but the current fetcher logic can't deal with this.

See https://github.com/ipfs/go-ipfs/blob/4d94e19019137fa40f298d633f63d722c70d50eb/cmd/ipfs/main.go#L277-L291.