Preserve domain records history after domain deletion.

This commit is contained in:
Rauno Tuul
2023-02-13 12:08:03 +02:00
parent c5b9e24604
commit 7221271a7b
3 changed files with 15 additions and 5 deletions

View File

@ -31,6 +31,7 @@ class Setting(db.Model):
'delete_sso_accounts': False,
'bg_domain_updates': False,
'enable_api_rr_history': True,
'preserve_history': False,
'site_name': 'PowerDNS-Admin',
'site_url': 'http://localhost:9191',
'session_timeout': 10,