mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +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('login_ldap_first', 'True'),
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user