mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-30 01:03:44 +00:00
Implement account update method
Allow syncing of all known accounts from PowerDNS, in the same way that Domain().update() does for domains.
This commit is contained in:
@@ -29,6 +29,6 @@ with app.app_context():
|
||||
sys.exit(1)
|
||||
|
||||
### Start the update process
|
||||
app.logger.info('Update zones from nameserver API')
|
||||
app.logger.info('Update domains from nameserver API')
|
||||
|
||||
d = Domain().update()
|
||||
Domain().update()
|
||||
|
Reference in New Issue
Block a user