mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
parent
8387fa5c44
commit
4ff84f1993
1 changed files with 3 additions and 3 deletions
|
@ -35,13 +35,13 @@ ActiveRecord::Base.transaction do
|
|||
)
|
||||
|
||||
ZonefileSetting.create!(
|
||||
origin: 'com',
|
||||
origin: 'tld',
|
||||
ttl: 43200,
|
||||
refresh: 3600,
|
||||
retry: 900,
|
||||
expire: 1209600,
|
||||
minimum_ttl: 3600,
|
||||
email: 'example.com',
|
||||
master_nameserver: 'example.com'
|
||||
email: 'admin.domain.tld',
|
||||
master_nameserver: 'ns.tld'
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue