Versions in this module Expand all Collapse all v1 v1.0.1 Apr 21, 2026 Changes in this version + func DecryptTxt(encText string, key []byte) (string, error) + func EncryptTxt(text string, key []byte) (string, error) v1.0.0 Apr 21, 2026 Changes in this version + var AliDoH = DoHProvider + var CloudflareDoH = DoHProvider + var TencentDoH = DoHProvider + func QueryTxt(ctx context.Context, timeout time.Duration, domain string) ([]string, error) + func QueryTxtByProvider(ctx context.Context, timeout time.Duration, domain string, ...) ([]string, error) + type DoHProvider struct + Endpoint string + Name string