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

Autopeering

George edited this page Nov 1, 2021 · 3 revisions

Autopeering over the Internet

Popura automatically connects to public Internet peers run by the Yggdrasil community

Peer list for autopeering

By default, it uses a list from src/autopeering/peers.txt.

To collect a peer list from Neil's website, use this command curl -s https://publicpeers.neilalexander.dev/publicnodes.json | jq -rc 'to_entries[] | .value | to_entries[] | .key'

Clone this wiki locally