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
"Something went wrong updating the IPv4 address. Check the configuration and make sure you're not using Two-Factor-Authentication."
Hm... seems like I am not doing it right... any idea?
#!/bin/bash
# curl -s = silent mode
# if [ -z "$OLDIPv4" ] = true if $OLDIPv4 (a string) is null -> https://stackoverflow.com/a/18096739/11458487
# Configuration ################################################################
USERNAME="xxx" # Your username at INWX
PASSWORD="xxx" # Your password at INWX
DNSIDsv4=("382507134") # The ID of the A record
DNSIDsv6=() # The ID of the AAAA record
SILENT=false # Should the script write a logfile? (true | false)
UPDATEURLv4="" # Your prefered host to get the IPv4 from
UPDATEURLv6="" # Your prefered host to get the IPv6 from
Also why would I want / need two IDs for A record? Is that the problem?
Cheers!
The text was updated successfully, but these errors were encountered:
You need one ID for the DNS A record (DNSIDsv4) and one for the AAA (DNSIDsv6), but if I let one empty, there is no Problem.
Have you checked the UPDATEURLs?
Hey!
"Something went wrong updating the IPv4 address. Check the configuration and make sure you're not using Two-Factor-Authentication."
Hm... seems like I am not doing it right... any idea?
Also why would I want / need two IDs for A record? Is that the problem?
Cheers!
The text was updated successfully, but these errors were encountered: