You are viewing a single comment's thread from:

RE: DTube 0.2: Faster to serve videos, Stronger to resist censorship

in #dtube7 years ago

As long as your IPFS API is only open to 127.0.0.1 it should be fine. If you check the ipfs config file, you should see in Addresses.API that it is only allowing local connections. If you want to open your API to the external world, you'd need to replace that by 0.0.0.0 ;)