mholt/caddy-dynamicdns

Using multiple providers

クローズ

#47 opened on 2023/07/14

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Go (38 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (365 個のスター)
PR merge metrics
 (平均マージ 3d 13h) (30d で 1 merged PR)

説明

Is it possible to use multiple providers to update different domains? I tried this config (simplified)

{
    dynamic_dns {
        provider cloudflare {$CLOUDFLARE_API_TOKEN}
        domains {
            main-domain.com
        }
    }

    dynamic_dns {
        provider duckdns {$DUCKDNS_TOKEN}
        domains {
            secondary-domain.com
        }
    }
}

but it seems like only the second dynamic_dns block (for DuckDNS) is functional; main-domain.com is not updated at all.

コントリビューターガイド