New config idea #5

Open
opened 2022-02-02 15:24:17 +01:00 by leon · 3 comments
leon commented 2022-02-02 15:24:17 +01:00 (Migrated from git.leon.wtf)

Related #4

{
    "api_key": "",                  // required
    "api_email": "",                // required
    "update_ipv6_default": true,    // optional, default: true
    "records": [    // []Record
        {
            "domain": "leon.wtf",   // required
            "update_ipv4": true,    // optional, default: true
            "update_ipv6": true,    // optional, default: "update_ipv6_default"
            "proxy": true           // optional, preserve previous settings if not set
        }, 
        {
            "domain": "home.leon.wtf",   // required
            "update_ipv6": false
        },
        {
            "domain": "cloud.leon.wtf"
        }
    ]
}

Also check if "api_key" is a global key (if possible) and display a warning!

Related #4 ```jsonc { "api_key": "", // required "api_email": "", // required "update_ipv6_default": true, // optional, default: true "records": [ // []Record { "domain": "leon.wtf", // required "update_ipv4": true, // optional, default: true "update_ipv6": true, // optional, default: "update_ipv6_default" "proxy": true // optional, preserve previous settings if not set }, { "domain": "home.leon.wtf", // required "update_ipv6": false }, { "domain": "cloud.leon.wtf" } ] } ``` Also check if "api_key" is a global key (if possible) and display a warning!
leon commented 2022-02-02 15:35:25 +01:00 (Migrated from git.leon.wtf)

changed the description

changed the description
leon commented 2022-02-02 15:36:52 +01:00 (Migrated from git.leon.wtf)

changed the description

changed the description
leon commented 2022-02-02 15:37:29 +01:00 (Migrated from git.leon.wtf)

changed the description

changed the description
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
leon/CFUpdater#5
No description provided.