diff --git a/dns-remap.go b/dns-remap.go index 7cd20b8..669e956 100644 --- a/dns-remap.go +++ b/dns-remap.go @@ -72,7 +72,7 @@ func dnsRemap(qname string, qtype uint16, orig *dns.Msg) ([]PowerDnsAnswer, erro r := DnsAnswer{ Qname: qname, Qtype: t, - Ttl: rr.Header().Ttl, + Ttl: dnsClipTtl(rr.Header().Ttl), } switch r.Qtype { case dns.TypeA: