enhancementhelp wanted
仓库指标
- 星标
- (365 个星标)
- PR 合并指标
- (平均合并 3天 13小时) (30 天内合并 1 个 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.