docs: add TODO

This commit is contained in:
Daniel Langbein 2023-06-28 12:05:51 +02:00
parent cdad070acb
commit 699d909e2d
2 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,12 @@ There is an [example configuration](cfg/example.json).
## TODOs ## TODOs
Caching:
- Add parameter `--cache` which saves retrieved DNS records as JSON files.
- The method `update_record_destination` will then check if the arguments are the same as the saved JSON record.
- Only if they differ, any requests to the API endpoint will be made.
Alternative external IP detection: Alternative external IP detection:
```python ```python

View File

@ -5,7 +5,7 @@
_name=netcup-dns _name=netcup-dns
pkgname="python-$_name-git" pkgname="python-$_name-git"
pkgver=r18.0485c33 pkgver=r20.cdad070
pkgrel=1 pkgrel=1
pkgdesc='update DNS records with your current external IP address using the netcup DNS API' pkgdesc='update DNS records with your current external IP address using the netcup DNS API'
arch=(any) arch=(any)