Note about adding peers

main
bashrc 2026-02-23 18:38:12 +00:00
parent 371d6d2c94
commit 5063b5adfe
1 changed files with 3 additions and 1 deletions

View File

@ -333,6 +333,8 @@ echo 'You can view it in your preferred browser by navigating to:'
echo '' echo ''
echo "http://[${YGGDRASIL_ADDRESS}]" echo "http://[${YGGDRASIL_ADDRESS}]"
echo '' echo ''
echo 'Then register an account.' echo 'Then register an account. You may also want to add extra public peers'
echo 'within /etc/yggdrasil/yggdrasil.conf'
echo 'See https://publicpeers.neilalexander.dev'
exit 0 exit 0