You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
# Dynamic DNS client for netcup DNS API
2
+
3
+
> **Remark from jyrgi66**
4
+
>
5
+
> This project has been forked from [stecklars/dynamic-dns-netcup-api](https://github.com/stecklars/dynamic-dns-netcup-api).
6
+
> Kudos to the original author for this excellent tool.
7
+
> I extended the functionality in a way to avoid API calls, when the IP addresses
8
+
> have not been changed since the last call. This was anyways on the roadmap of stecklars.
9
+
2
10
*This project is not affiliated with the company netcup GmbH. Although it is developed by an employee, it is not an official client by netcup GmbH and was developed in my free time.*
3
11
*netcup is a registered trademark of netcup GmbH, Karlsruhe, Germany.*
4
12
@@ -24,7 +32,7 @@
24
32
* Hiding output (quiet option)
25
33
26
34
### Missing
27
-
* Caching the IP provided to netcup DNS, to avoid running into (currently extremely tolerant) rate limits in the DNS API
35
+
*~~Caching the IP provided to netcup DNS, to avoid running into (currently extremely tolerant) rate limits in the DNS API~~
0 commit comments