Add support for miniupnpd and cjdns
[librecmc/package-feed.git] / net / luci-app-cjdns / luasrc / model / cbi / cjdns / 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