feat: add support for external dns plugins

This commit is contained in:
Johan Siebens
2025-05-24 11:01:05 +02:00
committed by GitHub
parent f8b0eceae7
commit 57e8eb3a25
8 changed files with 427 additions and 37 deletions
+1
View File
@@ -219,6 +219,7 @@ type DNS struct {
type DNSProvider struct {
Name string `json:"name"`
PluginPath string `json:"plugin_path"`
Zone string `json:"zone"`
Configuration json.RawMessage `json:"config"`
}