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
Support for updating IPv4 and IPv6 address in a single request.
18
+
19
+
**Note:** This change replaces the `ipaddress` field in the query string as well as the `post_process` config option. Use the query parameters `myip` and `myipv6` to specify the IP address. In the `post_process` command, `%ipv4address%` and `%ipv6address%` are now used as placeholders.
20
+
21
+
## [2.1] - 2019-09-19
22
+
23
+
Added Docker image
24
+
25
+
## [2.0] - 2019-09-19
26
+
27
+
* Do not store passwords in plain text (use hash)
28
+
* Changed structure of config.json a bit (see config.sample.json)
29
+
* Added ability to configure arguments passed to nsupdate call
30
+
* Added support for reading client IP from X-Forwarded-For header (requires list of trusted proxy IPs)
0 commit comments