From f1cd8b981291b06690475c27186a91ec1a8f335a Mon Sep 17 00:00:00 2001 From: George Date: Mon, 9 Mar 2020 03:59:01 -0400 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7b11e8d..b26ac76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # meshname +Special-use naming system for self-organized IPv6 mesh networks. +Implements [Meshname protocol](https://github.com/zhoreeq/meshname/blob/master/protocol.md). + Minimum go version 1.12 is required. 1) Get the source code and compile @@ -70,3 +73,6 @@ Run as root and allow incoming connections to port 53/UDP in firewall settings. Just as `.meshname` config file can contain `.ygg` and `.cjd` DNS records +## See also + +[YggNS](https://github.com/russian-meshnet/YggNS/blob/master/README.md)