mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-28 14:05:41 +00:00
Modify create_db.py, add auto-ptr setting inserting
It will globally modify the auto-ptr function in system
This commit is contained in:
parent
2d61c56e7b
commit
791b7656ca
@ -77,7 +77,8 @@ def init_records():
|
|||||||
Setting('record_helper', 'True'),
|
Setting('record_helper', 'True'),
|
||||||
Setting('login_ldap_first', 'True'),
|
Setting('login_ldap_first', 'True'),
|
||||||
Setting('default_record_table_size', '15'),
|
Setting('default_record_table_size', '15'),
|
||||||
Setting('default_domain_table_size', '10')
|
Setting('default_domain_table_size', '10'),
|
||||||
|
Setting('auto_ptr','False')
|
||||||
])
|
])
|
||||||
|
|
||||||
db_commit = db.session.commit()
|
db_commit = db.session.commit()
|
||||||
|
Loading…
Reference in New Issue
Block a user