overview.lua 410 B

12345678910
  1. m = Map("cjdns", translate("cjdns"),
  2. translate("Implements an encrypted IPv6 network using public-key \
  3. cryptography for address allocation and a distributed hash table for \
  4. routing. This provides near-zero-configuration networking, and prevents \
  5. many of the security and scalability issues that plague existing \
  6. networks."))
  7. m:section(SimpleSection).template = "cjdns/status"
  8. return m