8000 Tags · hashicorp/mdns · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hashicorp/mdns

Tags

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #128 from hashicorp/Vulnerability_Fix

Dependency Bump for Vulnerability Update

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow disabling either IPv4 or IPv6. (#84)

This is particularly useful in situations where the underlying network doesn’t support IPv6. In particular its possible when running in docker that the OS allows setting up the IPv6 socket but when you go to send on it, then it will fail.

Also the test was refactored to fix some linter warnings about calling t.Fatalf from within a non-test go routine. Now that go routine will emit an error from a chan and the main test routine receives from it to determine whether the test should pass or fail.

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies to fix CVE-2019-19794 (#89)

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added error handling around WriteToUDP calls (#73)

Forward potential errors from WriteToUDP.

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump miekg/dns (#77)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from hashicorp/fix-data-races

Fix races found with go test -race

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #64 from hashicorp/add-go-mod

Add go.mod
0