mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-27 06:00:29 +00:00
more fixes
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ function getDomainsList(filesPath) {
|
||||
var files = glob.apply(null, [filesPath, true, '.json']);
|
||||
|
||||
for (var i = 0; i < files.length; i++) {
|
||||
var basename = files[i].split('/').reverse()[0];
|
||||
var name = basename.split('.')[0];
|
||||
var name = files[i].split('.').slice(0, -1).join('.');
|
||||
|
||||
result.push({ name: name, data: require(files[i]) });
|
||||
}
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
"record": {
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx1.improvmx.com"
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user