Add SRV record support
5 files · 152+ · 31-

SRV record support

3 files changed
  • types.go Added Service, Protocol, Port, Weight fields to DomainRecord; added SRV to supported types
  • types_test.go Updated tests for SRV record validation
  • resource_dns_record.go Added service, protocol, port, weight attributes to record schema
  • Implemented full SRV record support with service, protocol, port, and weight fields, enabling DNS service discovery records (issue number 30) interface behavioral
    2 files
    • types.go
    • resource_dns_record.go

Documentation

2 files changed
  • README.md Added SRV record example to documentation
  • install.sh Version bump
  • Documented SRV record usage with example configuration block specify errata
    1 file
    • README.md