porkbundomains / porkbun-dynamic-dns-python

Our minimalist dynamic DNS client written in Python
MIT License
108 stars 29 forks source link

Different DNS record types #8

Closed cl0rm closed 2 years ago

cl0rm commented 2 years ago

Currently, this Python version does not support setting the record Type (for example MX record). The java version (https://github.com/porkbundomains/porkbun-dynamic-dns-java) does seem to do so.

rossporkbun commented 2 years ago

Hi, thanks for this request. MX records can't have IP address answers. The MX record should have an A record for an answer. That A record can be set via the client, I think that's what you want to do here.