Add TXT to imports

This commit is contained in:
otthorn 2021-04-05 18:34:38 +02:00
parent 194697c6d7
commit c60d69d99b

View file

@ -6,7 +6,7 @@ import configparser
import dns.name
import dns.rdataset
import dns.rdatatype
from dns.rdtypes.ANY import CNAME, DNAME, MX, NS, SOA, SSHFP
from dns.rdtypes.ANY import CNAME, DNAME, MX, NS, SOA, SSHFP, TXT
from dns.rdtypes.IN import AAAA, SRV, A
from re2oapi import Re2oAPIClient