mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Add list_zones to AutoArpa
- This makes it possible to use dynamic zone config with AutoArpa - Document what gotchas that entails - Add tests both with another source (for generating zones to populate) and without (no zones to populate)
This commit is contained in:
@@ -72,3 +72,6 @@ class AutoArpa(BaseProcessor):
|
||||
self.log.info(
|
||||
'populate: found %s records', len(zone.records) - before
|
||||
)
|
||||
|
||||
def list_zones(self):
|
||||
return set()
|
||||
|
||||
Reference in New Issue
Block a user