Browse Source

Merge pull request #2140 from dedeckeh/master

ddns-scripts: Add support for the service dtdns.com
Hannu Nyman 9 years ago
parent
commit
67b327ea36
2 changed files with 3 additions and 1 deletions
  1. 1
    1
      net/ddns-scripts/Makefile
  2. 2
    0
      net/ddns-scripts/files/services

+ 1
- 1
net/ddns-scripts/Makefile View File

@@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
12 12
 PKG_VERSION:=2.5.0
13 13
 # Release == build
14 14
 # increase on changes of services files or tld_names.dat
15
-PKG_RELEASE:=1
15
+PKG_RELEASE:=2
16 16
 
17 17
 PKG_LICENSE:=GPL-2.0
18 18
 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>

+ 2
- 0
net/ddns-scripts/files/services View File

@@ -101,3 +101,5 @@
101 101
 # Variomedia AG
102 102
 "variomedia.de" 	"http://[USERNAME]:[PASSWORD]@dyndns.variomedia.de/nic/update?hostname=[DOMAIN]&myip=[IP]"
103 103
 
104
+ #DtDNS
105
+"dtdns.com"	"http://www.dtdns.com/api/autodns.cfm?id=[DOMAIN]&pw=[PASSWORD]&ip=[IP]"