I've followed the readme and get it all to work as documented expect delete. When deleting using the CLI even providing type, address and name it does not delete, instead we get
Something went wrong while removing host record, delta > 1: 23 -> 23, aborting API call.
despite having the accurate information, the same that was sent in. I have omitted --ttl as it is in the docs, but it doesn't work with an accurate ttl parameter either.
After some more testing this seems to only be happening when I'm running it in docker, but again only with delete.
EDIT: some hidden carriage return was the culprit.
I've followed the readme and get it all to work as documented expect delete. When deleting using the CLI even providing type, address and name it does not delete, instead we get
Something went wrong while removing host record, delta > 1: 23 -> 23, aborting API call.
despite having the accurate information, the same that was sent in. I have omitted --ttl as it is in the docs, but it doesn't work with an accurate ttl parameter either.
After some more testing this seems to only be happening when I'm running it in docker, but again only with delete.
EDIT: some hidden carriage return was the culprit.