1 |
brianr |
1.1 |
diff -urN smeserver-ddclient-1.3.0.old/root/usr/share/smanager/lib/SrvMngr/Controller/Ddclient.pm smeserver-ddclient-1.3.0/root/usr/share/smanager/lib/SrvMngr/Controller/Ddclient.pm |
2 |
|
|
--- smeserver-ddclient-1.3.0.old/root/usr/share/smanager/lib/SrvMngr/Controller/Ddclient.pm 2020-06-28 09:57:52.000000000 +0100 |
3 |
|
|
+++ smeserver-ddclient-1.3.0/root/usr/share/smanager/lib/SrvMngr/Controller/Ddclient.pm 2020-06-30 18:10:00.000000000 +0100 |
4 |
|
|
@@ -17,6 +17,33 @@ |
5 |
|
|
# |
6 |
|
|
# routes : end |
7 |
|
|
#---------------------------------------------------------------------- |
8 |
|
|
+# |
9 |
|
|
+# ddclient 3.9.1 Supportted services |
10 |
|
|
+# |
11 |
|
|
+#DynDNS.com - See http://www.dyndns.com for details on obtaining a free account. |
12 |
|
|
+#Hammernode - See http://www.hn.org for details on obtaining a free account. |
13 |
|
|
+#Zoneedit - See http://www.zoneedit.com for details. |
14 |
|
|
+#EasyDNS - See http://www.easydns.com for details. |
15 |
|
|
+#NameCheap - See http://www.namecheap.com for details |
16 |
|
|
+#DslReports - See http://www.dslreports.com for details |
17 |
|
|
+#Sitelutions - See http://www.sitelutions.com for details |
18 |
|
|
+#Loopia - See http://www.loopia.se for details |
19 |
|
|
+#Noip - See http://www.noip.com/ for details |
20 |
|
|
+#Freedns - See http://freedns.afraid.org/ for details |
21 |
|
|
+#ChangeIP - See http://www.changeip.com/ for details |
22 |
|
|
+#dtdns - See http://www.dtdns.com/ for details |
23 |
|
|
+#nsupdate - See nsupdate(1) and ddns-confgen(8) for details |
24 |
|
|
+#CloudFlare - See https://www.cloudflare.com/ for details |
25 |
|
|
+#Google - See http://www.google.com/domains for details |
26 |
|
|
+#Duckdns - See https://duckdns.org/ for details |
27 |
|
|
+#Freemyip - See https://freemyip.com for details |
28 |
|
|
+#woima.fi - See https://woima.fi/ for details |
29 |
|
|
+#Yandex - See https://domain.yandex.com/ for details |
30 |
|
|
+#DNS Made Easy - See https://dnsmadeeasy.com/ for details |
31 |
|
|
+#DonDominio - See https://www.dondominio.com for details |
32 |
|
|
+#NearlyFreeSpeech.net - See https://www.nearlyfreespeech.net/services/dns for details |
33 |
|
|
+#OVH - See https://www.ovh.com for details |
34 |
|
|
+#ClouDNS - See https://www.cloudns.net |
35 |
|
|
|
36 |
|
|
use strict; |
37 |
|
|
use warnings; |
38 |
|
|
@@ -52,23 +79,37 @@ |
39 |
|
|
my $c = shift; |
40 |
|
|
my $Labels = ( |
41 |
|
|
[ |
42 |
|
|
- [ $c->l('ddc_CUSTOMDNS'), 'CUSTOMDNS' ], |
43 |
|
|
- [ $c->l('ddc_DYNDNS1'), 'DYNDNS1' ], |
44 |
|
|
- [ $c->l('ddc_DYNDNS2'), 'DYNDNS2' ], |
45 |
|
|
- [ $c->l('ddc_DYNDNS3'), 'DYNDNS3' ], |
46 |
|
|
- [ $c->l('ddc_ZONEDIT'), 'ZONEDIT' ], |
47 |
|
|
- [ $c->l('ddc_EASYDNS'), 'EASYDNS' ], |
48 |
|
|
- [ $c->l('ddc_HAMMER'), 'HAMMER' ], |
49 |
|
|
- [ $c->l('ddc_DSLREPORTS'), 'DSLREPORTS' ], |
50 |
|
|
- [ $c->l('ddc_EURODYNDNS'), 'EURODYNDNS' ], |
51 |
|
|
- [ $c->l('ddc_DTDNS'), 'DTDNS' ], |
52 |
|
|
- [ $c->l('ddc_LOOPIA'), 'LOOPIA' ], |
53 |
|
|
- [ $c->l('ddc_DNSPARK'), 'DNSPARK' ], |
54 |
|
|
- [ $c->l('ddc_DYNHOST'), 'DYNHOST' ], |
55 |
|
|
- [ $c->l('ddc_NOIP'), 'NOIP' ], |
56 |
|
|
- [ $c->l('ddc_CHANGEIP'), 'CHANGEIP' ], |
57 |
|
|
- [ $c->l('ddc_NAMECHEAP'), 'NAMECHEAP' ], |
58 |
|
|
- [ $c->l('ddc_SPDNS'), 'SPDNS' ] |
59 |
|
|
+ [ $c->l('ddc_CUSTOMDNS'), 'CUSTOMDNS' ], |
60 |
|
|
+ [ $c->l('ddc_DYNDNS1'), 'DYNDNS1' ], |
61 |
|
|
+ [ $c->l('ddc_DYNDNS2'), 'DYNDNS2' ], |
62 |
|
|
+ [ $c->l('ddc_DYNDNS3'), 'DYNDNS3' ], |
63 |
|
|
+ [ $c->l('ddc_ZONEDIT'), 'ZONEDIT' ], |
64 |
|
|
+ [ $c->l('ddc_EASYDNS'), 'EASYDNS' ], |
65 |
|
|
+ [ $c->l('ddc_HAMMER'), 'HAMMER' ], |
66 |
|
|
+ [ $c->l('ddc_DSLREPORTS'), 'DSLREPORTS' ], |
67 |
|
|
+ [ $c->l('ddc_EURODYNDNS'), 'EURODYNDNS' ], |
68 |
|
|
+ [ $c->l('ddc_DTDNS'), 'DTDNS' ], |
69 |
|
|
+ [ $c->l('ddc_LOOPIA'), 'LOOPIA' ], |
70 |
|
|
+ [ $c->l('ddc_DNSPARK'), 'DNSPARK' ], |
71 |
|
|
+ [ $c->l('ddc_DYNHOST'), 'DYNHOST' ], |
72 |
|
|
+ [ $c->l('ddc_NOIP'), 'NOIP' ], |
73 |
|
|
+ [ $c->l('ddc_CHANGEIP'), 'CHANGEIP' ], |
74 |
|
|
+ [ $c->l('ddc_NAMECHEAP'), 'NAMECHEAP' ], |
75 |
|
|
+ [ $c->l('ddc_SPDNS'), 'SPDNS' ], |
76 |
|
|
+ [ $c->l('ddc_SITELUTIONS'), 'SITELUTIONS'], |
77 |
|
|
+ [ $c->l('ddc_FREEDNS'), 'FREEDNS'], |
78 |
|
|
+ [ $c->l('ddc_NSUPDATE'), 'NSUPDATE'], |
79 |
|
|
+ [ $c->l('ddc_CLOUDFLARE'), 'CLOUDFLARE'], |
80 |
|
|
+ [ $c->l('ddc_GOOGLEDOMAINS'), 'GOOGLEDOMAINS'], |
81 |
|
|
+ [ $c->l('ddc_DUCKDNS'), 'DUCKDNS'], |
82 |
|
|
+ [ $c->l('ddc_FREEMYIP'), 'FREEMYIP'], |
83 |
|
|
+ [ $c->l('ddc_WOIMA'), 'WOIMA'], |
84 |
|
|
+ [ $c->l('ddc_YANDEX'), 'YANDEX'], |
85 |
|
|
+ [ $c->l('ddc_DNSMADEEASY'), 'DNSMADEEASY'], |
86 |
|
|
+ [ $c->l('ddc_DONDOMINIO'), 'DONDOMINIO'], |
87 |
|
|
+ [ $c->l('ddc_NEARLYFREESPEECH'),'NFSN'], |
88 |
|
|
+ [ $c->l('ddc_OVH'), 'OVH'], |
89 |
|
|
+ [ $c->l('ddc_CLOUDNS'), 'CLOUDNS'] |
90 |
|
|
] |
91 |
|
|
); |
92 |
|
|
return $Labels; |
93 |
|
|
diff -urN smeserver-ddclient-1.3.0.old/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm smeserver-ddclient-1.3.0/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm |
94 |
|
|
--- smeserver-ddclient-1.3.0.old/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm 2020-06-28 09:57:52.000000000 +0100 |
95 |
|
|
+++ smeserver-ddclient-1.3.0/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm 2020-06-30 17:45:00.000000000 +0100 |
96 |
|
|
@@ -45,6 +45,7 @@ |
97 |
|
|
', |
98 |
|
|
'ddc_ERROR_WHILE_REMOVING_DOMAIN' => 'Error: internal failure while removing publication of [_1].', |
99 |
|
|
'ddc_SUCCESSFULLY_DELETED' => 'Successfully deleted publication of [_1] on [_2].', |
100 |
|
|
+ |
101 |
|
|
'ddc_DYNDNS1' => 'dyndns.org dynamic addresses', |
102 |
|
|
'ddc_DYNDNS2' => 'dyndns.org static addresses', |
103 |
|
|
'ddc_DYNDNS3' => 'dyndns.org custom addresses', |
104 |
|
|
@@ -61,6 +62,20 @@ |
105 |
|
|
'ddc_CHANGEIP' => ' ChangeIP (changeip.com) dynamic addresses', |
106 |
|
|
'ddc_NAMECHEAP' => ' NAMECHEAP (namecheap.com) dynamic addresses', |
107 |
|
|
'ddc_SPDNS' => ' SPDNS (spdns.de) dynamic addresses', |
108 |
|
|
+'ddc_SITELUTIONS'=>'SITELUTIONS sitelutions.com dynamic addresses', |
109 |
|
|
+'ddc_FREEDNS'=>'FREEDNS freedns.afraid.org for details', |
110 |
|
|
+'ddc_NSUPDATE'=>'NSUPDATE See nsupdate(1) and ddns-confgen(8) for details ', |
111 |
|
|
+'ddc_CLOUDFLARE'=>'CLOUDFLARE www.cloudflare.com/ for details', |
112 |
|
|
+'ddc_GOOGLEDOMAINS'=>'GOOGLEDOMAINS www.google.com/domains for details', |
113 |
|
|
+'ddc_DUCKDNS'=>'DUCKDNS duckdns.org for details', |
114 |
|
|
+'ddc_FREEMYIP'=>'FREEMYIP freemyip.com for details', |
115 |
|
|
+'ddc_WOIMA'=>'WOIMA woima.fi for details', |
116 |
|
|
+'ddc_YANDEX'=>'YANDEX domain.yandex.com for details', |
117 |
|
|
+'ddc_DNSMADEEASY'=>'DNSMADEEASY dnsmadeeasy.com for details', |
118 |
|
|
+'ddc_DONDOMINIO'=>'DONDOMINIO www.dondominio.com for details', |
119 |
|
|
+'ddc_NEARLYFREESPEECH'=>'NFSN www.nearlyfreespeech.net/services/dns for details', |
120 |
|
|
+'ddc_OVH'=>'OVH www.ovh.com for details', |
121 |
|
|
+'ddc_CLOUDNS'=>'CLOUDNS www.cloudns.net', |
122 |
|
|
'ddc_CUSTOMDNS' => 'Custom Dynamic DNS Provider', |
123 |
|
|
'ddc_CUSTOMDNS_LABEL' => 'Custom server Address', |
124 |
|
|
'ddc_CUSTOM_PROTOCOL_LABEL' => 'Custom ddclient Protocol', |