瀏覽代碼

ddns: Added schokokeks.org service. Signed-off-by: Stefan Horning <stefan@hornings.de>

Stefan Horning 9 年之前
父節點
當前提交
86352d4f85
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. 1
    1
      net/ddns-scripts/Makefile
  2. 3
    0
      net/ddns-scripts/files/services

+ 1
- 1
net/ddns-scripts/Makefile 查看文件

@@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
12 12
 PKG_VERSION:=2.4.3
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>

+ 3
- 0
net/ddns-scripts/files/services 查看文件

@@ -91,3 +91,6 @@
91 91
 
92 92
 # domains.google.com	non free service - require HTTPS communication
93 93
 "domains.google.com"	"https://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]"
94
+
95
+# Schokokeks Hosting, schokokeks.org
96
+"schokokeks.org" "http://[USERNAME]:[PASSWORD]@dyndns.schokokeks.org/nic/update?myip=[IP]"