mirror of
https://codeberg.org/privacy1st/netcup-dns
synced 2024-12-22 23:36:04 +01:00
docs: add TODO
This commit is contained in:
parent
cdad070acb
commit
699d909e2d
@ -24,6 +24,12 @@ There is an [example configuration](cfg/example.json).
|
||||
|
||||
## 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:
|
||||
|
||||
```python
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
_name=netcup-dns
|
||||
pkgname="python-$_name-git"
|
||||
pkgver=r18.0485c33
|
||||
pkgver=r20.cdad070
|
||||
pkgrel=1
|
||||
pkgdesc='update DNS records with your current external IP address using the netcup DNS API'
|
||||
arch=(any)
|
||||
|
Loading…
Reference in New Issue
Block a user