• Felix Lange's avatar
    cmd/devp2p: fix comparison of TXT record value (#22572) · bed74b38
    Felix Lange authored
    * cmd/devp2p: fix comparison of TXT record value
    
    The AWS API returns quoted DNS strings, so we must encode the new value
    before comparing it against the existing record content.
    
    * cmd/devp2p: add test
    
    * cmd/devp2p: fix typo and rename val -> newValue
    bed74b38
dns_route53.go 10.8 KB