Browse Source

[3283] Corrected default D2 server port

Server port default in the dhcp-ddns.spec was incorrect.
Thomas Markwalder 11 years ago
parent
commit
09de555413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/d2/dhcp-ddns.spec

+ 1 - 1
src/bin/d2/dhcp-ddns.spec

@@ -22,7 +22,7 @@
         "item_name": "port",
         "item_type": "integer",
         "item_optional": true,
-        "item_default": 51771 
+        "item_default": 53001 
     },
     {
         "item_name": "tsig_keys",