Add MX to imports

This commit is contained in:
otthorn 2021-04-05 18:31:40 +02:00
parent be3f16bb8a
commit 3850c40467
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import configparser
import dns.name import dns.name
import dns.rdataset import dns.rdataset
import dns.rdatatype 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 dns.rdtypes.IN import AAAA, SRV, A
from re2oapi import Re2oAPIClient from re2oapi import Re2oAPIClient