Lars-Sören Steck

Results 7 comments of Lars-Sören Steck

Hello @mjohndus, Thank you for your PR. I really like your idea, and I will look more into it very soon and get back to you. Thank you for your...

Hello @henningkerstan, Thank you for your work. I think this is a good idea. I would be willing to merge this, however a lot has obviously changed in my script...

I fixed existing zones with ``` #!/bin/bash ALLZONES=$(/usr/bin/pdnsutil list-all-zones) while read -r ZONE; do /usr/bin/pdnsutil get-meta $ZONE | grep 'SOA-EDIT-API = INCEPTION-INCREMENT' > /dev/null if [ $? -eq 0 ];...

Same issue, and yes, I'm using password protection for the key.

For the moment, I will not pursue this idea further, as there is no issue with frequently quering the API, so no caching urgently needed.

Hi all, This is now a new feature in version 4.0 of the script: https://github.com/stecklars/dynamic-dns-netcup-api/releases/tag/v4.0 I have used your pull request as an inspiration for some of my changes, so...

Hi @henningkerstan, Once again, thank you for your work on this. The newly released version 4.0 of the script now offers this feature: https://github.com/stecklars/dynamic-dns-netcup-api/releases/tag/v4.0