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!(
|
ZonefileSetting.create!(
|
||||||
origin: 'com',
|
origin: 'tld',
|
||||||
ttl: 43200,
|
ttl: 43200,
|
||||||
refresh: 3600,
|
refresh: 3600,
|
||||||
retry: 900,
|
retry: 900,
|
||||||
expire: 1209600,
|
expire: 1209600,
|
||||||
minimum_ttl: 3600,
|
minimum_ttl: 3600,
|
||||||
email: 'example.com',
|
email: 'admin.domain.tld',
|
||||||
master_nameserver: 'example.com'
|
master_nameserver: 'ns.tld'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue