vault / yggdrasil-go / v0.4.6
yggdrasil-go @ v0.4.6
integrity
- size
- 133.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yggdrasil-network/yggdrasil-go
release notes
Added
- Support for prioritising multiple peerings to the same node has been added, useful for nodes with multiple network interfaces
- The priority can be configured by specifying
?priority=Xin aPeersorListenURI, or by specifyingPrioritywithin aMulticastInterfacesconfiguration entry - Priorities are values between 0 and 254 (default is 0), lower numbers are prioritised and nodes will automatically negotiate the higher of the two values
- The priority can be configured by specifying
Changed
- On Linux,
SO_REUSEADDRis now used on the multicast port instead ofSO_REUSEPORT, which should allow processes running under different users to run simultaneously
Fixed
- Adding peers using the
InterfacePeersconfiguration option should now work correctly again - Multiple connections from the same remote IP address will no longer be incorrectly dropped
- The admin socket will no longer incorrectly claim TCP connections as TLS
- A panic that could occur when calling
GetPeerswhile a peering link is being set up has been fixed
download
unix · zip
curl -fL -o v0.4.6.zip https://ratatoskr.space/pkg/yggdrasil-go/v0.4.6.zip
printf '%s %s\n' '3d6dd3fd6afaf96240702dec593c724427e8632a82819bed9ba7ffca6ceef2f3' 'v0.4.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.4.6.zip"
$out = "v0.4.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d6dd3fd6afaf96240702dec593c724427e8632a82819bed9ba7ffca6ceef2f3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.6.tar.gz https://ratatoskr.space/pkg/yggdrasil-go/v0.4.6.tar.gz
printf '%s %s\n' '7b81885c1b9ff093af8177c19825b5da31286e88d5176b89594ebee948e47f8b' 'v0.4.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.4.6.tar.gz"
$out = "v0.4.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7b81885c1b9ff093af8177c19825b5da31286e88d5176b89594ebee948e47f8b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.4.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.6.zip
printf '%s %s\n' '3d6dd3fd6afaf96240702dec593c724427e8632a82819bed9ba7ffca6ceef2f3' 'v0.4.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.6.zip"
$out = "v0.4.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d6dd3fd6afaf96240702dec593c724427e8632a82819bed9ba7ffca6ceef2f3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.6.tar.gz
printf '%s %s\n' '7b81885c1b9ff093af8177c19825b5da31286e88d5176b89594ebee948e47f8b' 'v0.4.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.6.tar.gz"
$out = "v0.4.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7b81885c1b9ff093af8177c19825b5da31286e88d5176b89594ebee948e47f8b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.4.6.zip | zip | 131.2 KiB |
blake3-24 3e69bcd1ab6a5d5c54fbcd34e889da2e3257771ebe9e846b
sha256 3d6dd3fd6afaf96240702dec593c724427e8632a82819bed9ba7ffca6ceef2f3
sha1 86d94a55c83e3f6aab18990f6e7605c6c473500e
|
| v0.4.6.tar.gz | tar.gz | 91.5 KiB |
blake3-24 8588af34e31d2e0aa6008efebea3d0af35df050e0e5cea06
sha256 7b81885c1b9ff093af8177c19825b5da31286e88d5176b89594ebee948e47f8b
sha1 7213a8afc0c619322ce3800eb1a8975a1f75add2
|
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.4.6.zip | zip | 133.5 KiB |
blake3-24 0b1d7e0fe5e56c35103d7ed5cdbc7edea16f1bebb0495c90
sha256 f26760a6a0064b458d20cef155bcfa9c43c5a15fa5d09675639ca29df2125f92
sha1 b4ab4ea0fd4e08b082e79c2f70ab5e5171ddda9f
|
install
bazel
http_archive(
name = "yggdrasil-go",
urls = ["https://ratatoskr.space/pkg/yggdrasil-go/v0.4.6.tar.gz"],
integrity = "sha256-e4GIXBuf8JOvgXfBmCW12jEobojVF2uJWU6+6Ujkf4s=",
strip_prefix = "yggdrasil-go-v0.4.6",
)
zig
.url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.4.6.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/yggdrasil-go@v0.4.6
install via yggdrasil mesh
bazel
http_archive(
name = "yggdrasil-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.6.tar.gz"],
integrity = "sha256-e4GIXBuf8JOvgXfBmCW12jEobojVF2uJWU6+6Ujkf4s=",
strip_prefix = "yggdrasil-go-v0.4.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.6.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go@v0.4.6