Skip to content

Commit

Permalink
fix: set ownership on octodns records to prevent deletion of external…
Browse files Browse the repository at this point in the history
…-dns records
  • Loading branch information
M0NsTeRRR committed Oct 5, 2024
1 parent 5f095bb commit 57ee4d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions octodns/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ manager:
include_meta: False
max_workers: 5

processors:
ownership:
class: octodns.processor.ownership.OwnershipProcessor

providers:
config:
class: octodns.provider.yaml.YamlProvider
Expand All @@ -20,8 +24,12 @@ zones:
- config
targets:
- scaleway
processors:
- ownership
adminafk.fr.:
sources:
- config
targets:
- scaleway
processors:
- ownership

0 comments on commit 57ee4d5

Please sign in to comment.