diff --git a/ddns-client.js b/ddns-client.js index 07bc306..bf81a46 100755 --- a/ddns-client.js +++ b/ddns-client.js @@ -45,6 +45,7 @@ cli.main(function (args, options) { { "name": options.hostname , "value": options.answer , "type": options.type + , "priority": options.priority } ] }).then(function (data) {