Add MX to imports

This commit is contained in:
otthorn 2021-04-05 18:31:40 +02:00
parent be3f16bb8a
commit 3850c40467

View file

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