Skip to content

Commit

Permalink
Merge pull request #720 from AmandaYi/patch-13
Browse files Browse the repository at this point in the history
Update dnspromises_resolvemx_hostname.md
  • Loading branch information
h7lin authored Jun 14, 2020
2 parents 8c99b0e + 777f844 commit 46ade52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dns/dnspromises_resolvemx_hostname.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ added: v10.6.0

* `hostname` {string}

Uses the DNS protocol to resolve mail exchange records (`MX` records) for the
`hostname`. On success, the `Promise` is resolved with an array of objects
containing both a `priority` and `exchange` property (e.g.
`[{priority: 10, exchange: 'mx.example.com'}, ...]`).

使用DNS协议解析`hostname`的邮件交换记录(`MX`记录)。 成功后,`Promise`将通过一系列包含`优先级``交换`属性的对象来解决(例如,`[{priority: 10, exchange: 'mx.example.com'}, ...]` )。

0 comments on commit 46ade52

Please sign in to comment.