mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-12-09 22:01:00 +01:00
According to RFC2782 [1], SRV records are to be fully-qualified,
ending with a final dot. Most providers are liberal, but e.g. OpenStack
Designate expects targets to end with a dot ([2])
[1] https://datatracker.ietf.org/doc/html/rfc2782
[2] a891d81974/designate/objects/fields.py (L235-L236)
Signed-off-by: Christian Rohmann <christian.rohmann@inovex.de>