Versions in this module Expand all Collapse all v0 v0.1.1 Mar 18, 2026 Changes in this version + const EDNSOptSentinelChallenge + const EDNSOptSentinelPubKey + const EDNSOptSentinelSignature + type Client struct + PKIXData []byte + PrivateKey crypto.Signer + PublicKey crypto.PublicKey + SentinelFQDN string + Timeout time.Duration + func NewClient(sentinelFQDN string, privateKey crypto.Signer) (*Client, error) + func (c *Client) Heartbeat() error + func (c *Client) PublicKeyHash() string + func (c *Client) SignChallenge(challenge []byte) ([]byte, error) v0.1.0 Mar 12, 2026