Affected by GO-2022-0368
and 2 other vulnerabilities
GO-2022-0368 : Improper random number generation in github.com/coredns/coredns
GO-2024-3130 : CoreDNS vulnerable to TuDoor Attacks in github.com/coredns/coredns
GO-2025-3743 : CoreDNS Vulnerable to DoQ Memory Exhaustion via Stream Amplification in github.com/coredns/coredns
Discover Packages
github.com/coredns/coredns
plugin
pkg
up
package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Feb 22, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 75
Opens a new window with list of known importers.
Documentation
Documentation
¶
Func is used to determine if a target is alive. If so this function must return nil.
Probe is used to run a single Func until it returns true (indicating a target is healthy). If an Func
is already in progress no new one will be added, i.e. there is always a maximum of 1 checks in flight.
New returns a pointer to an intialized Probe.
Do will probe target, if a probe is already in progress this is a noop.
Start will start the probe manager, after which probes can be initialized with Do.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.