# Pastebin JcXmRyYC new Ipfs({ repo: "ipfs/shared", config: { // overload the default IPFS node config, find defaults at https://github.com/ipfs/js-ipfs/tree/master/src/core/runtime Addresses: { Swarm: [ '/ip4/172.31.11.196/tcp/4002/ipfs/QmaEepnoevW7hLvjrTyAXjJXCouctTiHuVuxvLS72cG4Uf' ] } }, EXPERIMENTAL: { pubsub: "true", relay: { enabled: true, hop: { enabled: true, active: true } } } });