• Felix Lange's avatar
    cmd/devp2p: fix Route53 TXT record splitting (#20626) · 976a0f55
    Felix Lange authored
    For longer records and subtree entries, the deployer created two
    separate TXT records. This doesn't work as intended because the client
    will receive the two records in arbitrary order. The fix is to encode
    longer values as "string1""string2" instead of "string1", "string2".
    This encoding creates a single record on AWS Route53.
    976a0f55
dns_route53.go 8.9 KB