Add MX record priority support
5 files · 39+ · 10-

MX record priority

3 files changed
  • types.go Added Priority field to DomainRecord struct and expanded supported record types
  • resource_dns_record.go Added priority attribute to record schema for MX records
  • types_test.go Updated tests for new priority field
  • Added priority option for MX records, defaulting to 0, allowing users to set mail exchange priority in their domain record configurations (PR number 22) interface behavioral
    2 files
    • types.go
    • resource_dns_record.go

Documentation and version

2 files changed
  • README.md Documented MX record priority support with examples
  • install.sh Version bump
  • Updated README with MX priority examples and bumped release version specify errata
    1 file
    • README.md