• Grant Millar's avatar
    Fix DNSimple when zone has > 100 records · e36fbd6a
    Grant Millar authored
    The _get_records function currently returns the first 100 records. As our TXT is added most recently, if you have > 100 records it will not be returned.
    
    I've changed the function to sort by ID DESC, so it will always return the latest 100 records.
    e36fbd6a
dns_dnsimple.sh 4.71 KB