add exchange
This commit is contained in:
父節點
f67788f9db
當前提交
5839451f20
@ -34,6 +34,9 @@ file.trim().split(/\n/).forEach(function (line) {
|
||||
if (/^(TXT)$/.test(type)) {
|
||||
data = [ thing ];
|
||||
}
|
||||
if (/^(MX)$/.test(type)) {
|
||||
exchange = thing;
|
||||
}
|
||||
if (/^(MX|SRV)$/.test(type)) {
|
||||
priority = json.priority || 10;
|
||||
}
|
||||
|
載入中…
x
新增問題並參考
Block a user