net-ipfs-engine icon indicating copy to clipboard operation
net-ipfs-engine copied to clipboard

Other nodes hosted on the same machine are blacklisted

Open Pandapip1 opened this issue 2 years ago • 0 comments

The fix is simple enough: Just put this code directly after await ipfs.StartAsync()

(await ipfs.SwarmService.Task).Blacklist.Clear();

Pandapip1 avatar Oct 28 '21 16:10 Pandapip1