Versions in this module Expand all Collapse all v1 v1.1.0 Feb 1, 2023 Changes in this version + const DOH + const TXT_PAYLOAD_V1 + func Init() + type DNS struct + func (dns *DNS) GeneratePostPayload() (post map[string]string) + func (dns *DNS) GenerateSignPayload() (payload string) + func (dns *DNS) Validate() (err error) + type DOHAnswer struct + Data string + Name string + TTL uint + Type int + type DOHQuestion struct + Name string + Type int + type DOHResponse struct + AD bool + Answer *[]DOHAnswer + Authority *[]DOHAnswer + CD bool + Question []DOHQuestion + RA bool + RD bool + Status uint + TC bool + type TXTPayload struct + CreatedAt time.Time + Previous *string + Signature string + Version uint v1.0.0-rc3 Nov 11, 2022 v1.0.0-rc2 Sep 27, 2022