efa3a03cc70d29e5f9567bf7ac7dc37a9c5bc1e3
[lede-routing/.git] / overview.lua
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
8 m:section(SimpleSection).template  = "cjdns/status"
9
10 return m