Versions in this module Expand all Collapse all v0 v0.1.2 Jan 23, 2023 Changes in this version type Record + Priority int type SQL + func (sql *SQL) Migrate() error v0.1.1 Jan 19, 2023 v0.1.0 Jan 17, 2023 Changes in this version + func ParseSOA(rr *dns.SOA, line string) bool + func WildcardMatch(s1, s2 string) bool + type Record struct + Content string + Disabled bool + ID uint + Name string + Prio int + TTL int32 + Type string + ZoneID int64 + type SQL struct + Debug bool + Next plugin.Handler + func (sql SQL) AutoMigrate() error + func (sql SQL) Name() string + func (sql SQL) SearchWildcard(qname string, qtype uint16) (redords []*Record, err error) + func (sql SQL) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error) + type Zone struct + ID uint + Master string + Name string + Type string