From 26724e05510fdbe29616f524ca9044247bb2e2b4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 14 Feb 2015 09:14:05 +0000 Subject: [PATCH] actually send priority --- ddns-client.js | 1 + 1 file changed, 1 insertion(+) 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) {