vault / yggdrasil-go / v0.5.14
yggdrasil-go @ v0.5.14
integrity
- size
- 165.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yggdrasil-network/yggdrasil-go
release notes
- Go 1.25 is now required to build Yggdrasil
Added
- The
GroupPasswordoption can be used to form closed overlays on top of Yggdrasil- When set, session traffic can only be exchanged with other nodes that have the same
GroupPasswordset (however, services on the public testnet will be unreachable as a result) - Peering connections are not affected by this option and traffic forwarding continues to operate as normal
- When set, session traffic can only be exchanged with other nodes that have the same
- The
-notifyfdcommand line argument can be used for S6-style process readiness notifications - The
?origin=query URI parameter can be added to WebSocket peer URIs to configure theOriginHTTP header
Changed
- Upgrade dependencies
- The UNIX domain admin socket ownership is now updated before dropping permissions
- The packet queues are now capped at 1MB, preventing unbounded memory growth under certain traffic load patterns
Fixed
- Some panics that could be caused by malformed packets have been fixed
download
unix · zip
curl -fL -o v0.5.14.zip https://ratatoskr.space/pkg/yggdrasil-go/v0.5.14.zip
printf '%s %s\n' 'c19d6820fefe55b38060b7de8d17a73d4932af9fe61e3f1c3a1fab7714f5f68a' 'v0.5.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.14.zip"
$out = "v0.5.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c19d6820fefe55b38060b7de8d17a73d4932af9fe61e3f1c3a1fab7714f5f68a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.5.14.tar.gz https://ratatoskr.space/pkg/yggdrasil-go/v0.5.14.tar.gz
printf '%s %s\n' '64a4a3f484a0112f2d4f4b5a6b44349942b8ec065f46267d14ba39a447df0ac4' 'v0.5.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.14.tar.gz"
$out = "v0.5.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "64a4a3f484a0112f2d4f4b5a6b44349942b8ec065f46267d14ba39a447df0ac4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.5.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.14.zip
printf '%s %s\n' 'c19d6820fefe55b38060b7de8d17a73d4932af9fe61e3f1c3a1fab7714f5f68a' 'v0.5.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.14.zip"
$out = "v0.5.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c19d6820fefe55b38060b7de8d17a73d4932af9fe61e3f1c3a1fab7714f5f68a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.5.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.14.tar.gz
printf '%s %s\n' '64a4a3f484a0112f2d4f4b5a6b44349942b8ec065f46267d14ba39a447df0ac4' 'v0.5.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.14.tar.gz"
$out = "v0.5.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "64a4a3f484a0112f2d4f4b5a6b44349942b8ec065f46267d14ba39a447df0ac4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.5.14.zip | zip | 163.2 KiB |
blake3-24 ae7907a8212e4bbd6e1444790b167d418ddd451429f2ceb9
sha256 c19d6820fefe55b38060b7de8d17a73d4932af9fe61e3f1c3a1fab7714f5f68a
sha1 016436a12c30f925fd235279a35968c24b0ae288
|
| v0.5.14.tar.gz | tar.gz | 113.1 KiB |
blake3-24 88e8400ef8d05780cba7f5b8955b327c067eb8e09127a484
sha256 64a4a3f484a0112f2d4f4b5a6b44349942b8ec065f46267d14ba39a447df0ac4
sha1 3a5f7c7fb141b724d8956f0615af9bbbba40efb8
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v0.5.14.zip | zip | 166.1 KiB |
blake3-24 c77eef6b71d2ce0d0c6578a2413f73dcead9a6b26eb3525b
sha256 79511ed518ad02270e1adc37736f6be26dea80ab1cf49530e5093959e7871ecd
sha1 968fb8db7b776c9fe2752226c88ca36470772bb6
|
install
bazel
http_archive(
name = "yggdrasil-go",
urls = ["https://ratatoskr.space/pkg/yggdrasil-go/v0.5.14.tar.gz"],
integrity = "sha256-ZKSj9ISgES8tT0taa0Q0mUK47AZfRiZ9FLo5pEffCsQ=",
strip_prefix = "yggdrasil-go-v0.5.14",
)
zig
.url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.14.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/yggdrasil-go@v0.5.14
install via yggdrasil mesh
bazel
http_archive(
name = "yggdrasil-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.14.tar.gz"],
integrity = "sha256-ZKSj9ISgES8tT0taa0Q0mUK47AZfRiZ9FLo5pEffCsQ=",
strip_prefix = "yggdrasil-go-v0.5.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.14.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go@v0.5.14