-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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?
#!/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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels