Skip to content

v5.2 - Improved API token handling

Compare
Choose a tag to compare
@kissgyorgy kissgyorgy released this 16 Mar 12:56
· 10 commits to master since this release
  • When the API Token is invalid, the script will print a better error message.

  • There is a new --verify-token option to check if the token is valid beforehand, which lists the zones the token have access to.

  • Added --api-token-file option: You can now read the API Token from a file.
    The file should contain only the token, without any newline characters.

    Thanks @jfly for this feature!