Skip to content

Error when running #24

@microfx

Description

@microfx

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions