yggdrasil-network / yggdrasil-go

An experiment in scalable routing as an encrypted IPv6 overlay network

Home Page:https://yggdrasil-network.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mention of DHT in the examples displayed by yggdrasilctl 0.5

ufm opened this issue · comments

fmt.Println(" - ", os.Args[0], "-endpoint=tcp://localhost:9001 getDHT")
fmt.Println(" - ", os.Args[0], "-endpoint=unix:///var/run/ygg.sock getDHT")

I thought there was no DHT in version 0.5? Did you forget to update the examples?

Yes, it looks like we forgot to update the examples. Will fix.