Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
George edited this page May 31, 2020 · 24 revisions

Welcome to the Popura wiki!

Telegram Channel

Roadmap

  • Customized config system
  • Peer auto config
  • Meshname integration
  • DHT crawling method in Admin API
  • Prefix RA
  • GUI APP
  • CI, nightly builds
  • DNS auto config

Peer list for autopeering

By default, it uses list from assets/peers.txt. That path is configurable with the environment variable PEER_LIST.

peer.txt file is a comma separated value list, where the first value is either h for high capacity peer, or l for low capacity (i.e. home node).

On Yggdrasil version upgrades

Watch diffs at cmd/yggdrasil/main.go

Prefix RA

Other implementation https://man.openbsd.org/OpenBSD-6.3/rtadvd.8

https://www.ietf.org/rfc/rfc4861.txt

Route is Prefix Information Option (PIA)

https://tools.ietf.org/html/rfc4191

https://github.com/openwrt/odhcpd/pull/33

Clone this wiki locally