Ivan Ka
Ivan Ka
According to RFC 2782, the target field of an SRV record must be a fully-qualified domain name (FQDN) — and FQDNs in DNS zone files are conventionally written with a...
You could refine or tighten the func (t Targets) ValidateSRVRecord() bool implementation in a follow-up PR. It will likely require updates in other sources as well. You could also consider...
There is no need to touch DNS name, is not part of RFC, dot is optional there. If you really want to do that, you could do,` if SRV then...
> sorry, if the dot is optional, then how to use external-dns to create a SRV record with the dot in the openstack Designate ? Please clarify which dot you...
The method https://github.com/kubernetes-sigs/external-dns/blob/f7793950cc96aaab024f145b34600f782dccb7f0/endpoint/endpoint.go#L475 may need to be adjusted as well, aka add correct check for a dot
I only have a mobile phone. My laptop needs fixing. Maybe in a few weeks I will get it back.
This is the characters that Route53 supports at the moment ```md Character | Octal ------- | -------- ! | 041 " | 042 (double quote) # | 043 $ |...
As I found no stock implementation, here is a feature request https://github.com/aws/aws-sdk-go-v2/issues/2705. The gotcha are - the team may decide not to implement it - external dns is still on...