🐛 fix mx naming convention of parameters
This commit is contained in:
parent
3850c40467
commit
194697c6d7
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -146,7 +146,7 @@ def mx_records_handler(zone, records):
|
||||||
dns.rdataclass.IN,
|
dns.rdataclass.IN,
|
||||||
dns.rdatatype.MX,
|
dns.rdatatype.MX,
|
||||||
preference,
|
preference,
|
||||||
priority
|
exchange
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue