add exchange
This commit is contained in:
부모
f67788f9db
커밋
5839451f20
@ -34,6 +34,9 @@ file.trim().split(/\n/).forEach(function (line) {
|
|||||||
if (/^(TXT)$/.test(type)) {
|
if (/^(TXT)$/.test(type)) {
|
||||||
data = [ thing ];
|
data = [ thing ];
|
||||||
}
|
}
|
||||||
|
if (/^(MX)$/.test(type)) {
|
||||||
|
exchange = thing;
|
||||||
|
}
|
||||||
if (/^(MX|SRV)$/.test(type)) {
|
if (/^(MX|SRV)$/.test(type)) {
|
||||||
priority = json.priority || 10;
|
priority = json.priority || 10;
|
||||||
}
|
}
|
||||||
|
|||||||
불러오는 중...
x
Reference in New Issue
Block a user