MSI
WinGet
Yggdrasil Network
github.com/yggdrasil-network · 0.5.10 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i yggdrasil-0.5.10-arm64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{F84A2B36-63FB-4735-A8C2-F9AB240ECD0D}
Product version operator
Greater than or equal to
Product version
0.5.10
MSI Properties
Product Code
{F84A2B36-63FB-4735-A8C2-F9AB240ECD0D}
File Identity
Filename
yggdrasil-0.5.10-arm64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
YggdrasilNetwork.Yggdrasil
Version
0.5.10
Description
The Yggdrasil network is a decentralized, peer-to-peer network that aims to create a more resilient and private internet infrastructure.
License
LGPLv3
↗
Installer URL
https://github.com/yggdrasil-network/yggdrasil-go/releases/download/v0.5.10/yggdrasil-0.5.10-arm64.msi
Release Notes
Added
- The getPeers admin endpoint will now report the current transmit/receive rate for each given peer
- The getMulticastInterfaces admin endpoint now reports much more useful information about each interface, rather than just a list of interface names
Changed
- Minor tweaks to the routing algorithm:
- The next-hop selection will now prefer shorter paths when the costed distance is otherwise equal, tiebreaking on peering uptime to fall back to more stable paths
- Link cost calculation…