You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
Popura automatically connects to public Internet peers run by the Yggdrasil community
Autopeering over a Socks proxy / Tor
To use autopeering over a proxy, set the environment variable ALL_PROXY. For
example, ALL_PROXY=socks5://127.0.0.1:9150 ./yggdrasil -autopeer
Peer list for autopeering
By default, it uses a list from assets/peers.txt. That path is configurable with the environment variable PEER_LIST at a build time, like this PEER_LIST=assets/custom_peers.txt ./build.
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'