You've already forked ionscale
mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-04-05 12:32:58 +01:00
feat: add support for external dns plugins
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user