From 9c44d5333193e2e862980c9e1aeefb48123e5561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 11 Feb 2024 01:33:46 +0100 Subject: [PATCH] meshnamed: add page (#12232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- pages/common/meshnamed.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/meshnamed.md diff --git a/pages/common/meshnamed.md b/pages/common/meshnamed.md new file mode 100644 index 000000000..17e139dd2 --- /dev/null +++ b/pages/common/meshnamed.md @@ -0,0 +1,16 @@ +# meshnamed + +> Distributed naming system for IPv6 mesh networks. +> More information: . + +- Start a local meshname DNS server: + +`meshnamed` + +- Convert an IPv6 address into a meshname: + +`meshnamed -getname {{200:6fc8:9220:f400:5cc2:305a:4ac6:967e}}` + +- Convert a meshname to an IPv6 address: + +`meshnamed -getip {{aiag7sesed2aaxgcgbnevruwpy}}`