mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-12 16:40:26 +00:00
respect_bg_domain_updates in routes/api (#962)
This commit is contained in:
parent
6e04d0419b
commit
c4a9498898
@ -973,6 +973,7 @@ def api_zone_subpath_forward(server_id, zone_id, subpath):
|
|||||||
@apikey_can_access_domain
|
@apikey_can_access_domain
|
||||||
def api_zone_forward(server_id, zone_id):
|
def api_zone_forward(server_id, zone_id):
|
||||||
resp = helper.forward_request()
|
resp = helper.forward_request()
|
||||||
|
if not Setting().get('bg_domain_updates'):
|
||||||
domain = Domain()
|
domain = Domain()
|
||||||
domain.update()
|
domain.update()
|
||||||
status = resp.status_code
|
status = resp.status_code
|
||||||
|
Loading…
Reference in New Issue
Block a user