Giter VIP home page Giter VIP logo

Comments (4)

mwarning avatar mwarning commented on September 25, 2024

Thanks for your interest in this side project. :-)

Well, the uses DHT takes the announcements IP address from the senders IP address. Otherwise someone could use the DHT to direct traffic to some target IP address to cause a DOS attack.

While this could be worked around by signing announcements, the BitTorrent DHT forces this approach.

As for the three points you make:

  1. I agree, that is not possible.
  2. Agreed. The resources must be accessible via the IP address of the server running KadNode.
  3. That is possible (even without upnp). The announcements source IP address is the public IP address of the Internet gateways IP address. So if you have a webserver running on the gateway, or on another server behind the gateway with a port redirect, then that scenario will work.

An alternative approach would be to use a different DHT network to store signed announcements. But that's not what the DHT network KadNode uses can provide (if I am not mistaken).

from kadnode.

melroy89 avatar melroy89 commented on September 25, 2024

So can KadNode work in combination with IPFS? Can KadNode replace IPNS?

from kadnode.

mwarning avatar mwarning commented on September 25, 2024

@Danger89 it can replace IPNS, but drawback here is that every node you want to reach has to run KadNode as well.

from kadnode.

mwarning avatar mwarning commented on September 25, 2024

That said, I think the DHT could be modified, to store signed data. But that might create a distinct DHT network (which also would be much faster because it happens to be small).

from kadnode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.