routing/luci-app-cjdns/luasrc/model/cbi/cjdns/overview.lua
Daniel Golle 89914e47de luci-app-cjdns: import package from SeattleMeshnet/meshbox
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-20 12:45:07 +02:00

10 lines
410 B
Lua

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