secubox-openwrt/package/secubox/luci-app-meshname-dns/root/usr/share/luci/menu.d/luci-app-meshname-dns.json
CyberMind-FR 07705f458c feat(meshname-dns): Add decentralized .ygg domain resolution
Implements Meshname DNS for Yggdrasil mesh networks with gossip-based
service discovery and dnsmasq integration.

New packages:
- secubox-app-meshname-dns: Core service with meshnamectl CLI
- luci-app-meshname-dns: LuCI dashboard for service management

Features:
- Services announce .ygg domains via gossip protocol (meshname_announce)
- dnsmasq integration via /tmp/hosts/meshname dynamic hosts file
- Cross-node resolution through gossip message propagation
- RPCD handler with 8 methods for LuCI integration

CLI commands: announce, revoke, resolve, list, sync, status, daemon

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-28 07:57:16 +01:00

15 lines
239 B
JSON

{
"admin/services/meshname": {
"title": "Meshname DNS",
"order": 85,
"action": {
"type": "view",
"path": "meshname/overview"
},
"depends": {
"acl": ["luci-app-meshname-dns"],
"uci": { "meshname-dns": true }
}
}
}