mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-11 02:22:54 +00:00
Fixes TTL for domains + more constants
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const R = require('ramda');
|
||||
const { VALID_RECORD_TYPES, NC_DOMAIN } = require('../utils/constants');
|
||||
const { VALID_RECORD_TYPES, NC_DOMAIN, TTL } = require('../utils/constants');
|
||||
const { domainService: domain } = require('../utils/domain-service');
|
||||
const { getDomains } = require('../utils/domain');
|
||||
|
||||
@@ -13,6 +13,7 @@ const toHostList = R.chain(data => {
|
||||
HostName: data.name,
|
||||
RecordType: recordType,
|
||||
Address: url,
|
||||
TTL,
|
||||
}))
|
||||
, rs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user