Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Meshname

George edited this page May 21, 2020 · 3 revisions

Generate example config for meshname

yggdrasil -meshnameconf `yggdrasil -address -useconffile /etc/yggdrasil.conf` 

Put the generated output to the /etc/yggdrasil.conf section Meshname.Config, set Meshname.Enable: true

  ...
  Listen: []
  Meshname:
  {
    Config: {
        "<your domain>":[
            "<your domain>.meshname. AAAA <your IP address>"
        ]
    }
    Enable: true
    Listen: "[::1]:53535"
  }
  MulticastInterfaces:
  ...

Restart to apply configuration and check if it works

dig @::1 -p 53535 AAAA <your domain>.meshname
Clone this wiki locally