Versions in this module Expand all Collapse all v0 v0.0.2 Oct 1, 2023 v0.0.1 Sep 30, 2023 Changes in this version + type Checker struct + func New(conf *Config) (c *Checker) + func (c *Checker) Check(host string) (ok bool, err error) + type Config struct + CacheSize uint + CacheTime time.Duration + ServiceName string + TXTSuffix string + Upstream upstream.Upstream