mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Mistake in doc INWX #302
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CoolxFrog on GitHub (Aug 22, 2023).
Hello
https://github.com/qdm12/ddns-updater/blob/master/docs/inwx.md
at the line
"ip_version": "ipv4",
is a comma, but its the last setting
better would be:
"ip_version": "ipv4"
Regards
Chris
@qdm12 commented on GitHub (Jan 18, 2024):
Indeed, thanks for reporting this!
Fixed in
ec1ee7803b(for inwx and also nowdns it turns out!)