summaryrefslogtreecommitdiffstats
path: root/luci-app-cjdns/luasrc/model/cbi/cjdns/overview.lua
blob: efa3a03cc70d29e5f9567bf7ac7dc37a9c5bc1e3 (plain)
1
2
3
4
5
6
7
8
9
10
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