actually send priority
This commit is contained in:
parent
dc816f6749
commit
26724e0551
|
@ -45,6 +45,7 @@ cli.main(function (args, options) {
|
||||||
{ "name": options.hostname
|
{ "name": options.hostname
|
||||||
, "value": options.answer
|
, "value": options.answer
|
||||||
, "type": options.type
|
, "type": options.type
|
||||||
|
, "priority": options.priority
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}).then(function (data) {
|
}).then(function (data) {
|
||||||
|
|
Loading…
Reference in New Issue