Host ipfs server

Hi I want to host ipfs server to improve downloading RedM cache.But i have some problems with it.
My steps:

  1. Ipfs installation
  2. Create swarm.key file using key from source code
  3. Add cache files using CID version 1

Now i think i need to fill right bootstrap connections becouse i cant get peers without it.Here is the question how i can get this bootstraps for this ipfs private network

1 Like

That’s probably what you need:

  "Bootstrap": [
        "/dnsaddr/bootstrap.ipfs.fivem.net/ipfs/QmVF7Z9FN7mcPWUgKPyTeZ2ifwWoBoGN5UuJSoZdnwSCkN",
        "/dnsaddr/bootstrap.ipfs.fivem.net/ipfs/QmSgqKMRP2AmtuWRqEchD2HE3eWkto2doGpfSbHr7DTaVD",
        "/dnsaddr/bootstrap.ipfs.fivem.net/ipfs/QmRD8YyRjfwwhLFRZ2ePBpg8LuNyFyFRP8jGWEUwbyuxN1",
        "/dnsaddr/bootstrap.ipfs.fivem.net/ipfs/QmYVmpAkZRRjwsKz3ZheSrLk99eZBsSTKiXTVD8fZTzCHN",
        "/dnsaddr/bootstrap.ipfs.fivem.net/ipfs/QmU3pKtrpuFpiQQ2WERaYzKeKE97Rx8x4uuV2wJCf55137"
  ],
1 Like