Skip to content

Commit 5d2c10e

Browse files
authored
Merge pull request #96 from kylmp/patch-1
2 parents 4cbb315 + c7d4d3a commit 5d2c10e

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

root/defaults/ddclient.conf

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,15 @@ ssl=yes # use ssl-support. Works with
285285
# password=your_password
286286
# test.example.com
287287

288+
##
289+
## Porkbun (https://porkbun.com/)
290+
##
291+
# protocol=porkbun
292+
# apikey=APIKey
293+
# secretapikey=SecretAPIKey
294+
# host.example.com,host2.sub.example.com
295+
# on-root-domain=yes example.com,sub.example.com
296+
288297
##
289298
## ClouDNS (https://www.cloudns.net)
290299
##
@@ -308,10 +317,56 @@ ssl=yes # use ssl-support. Works with
308317
#password=mypassword, \
309318
#subdomain-1.domain.com,subdomain-2.domain.com
310319

320+
##
321+
## dnsexit2 (API method www.dnsexit.com)
322+
##
323+
#protocol=dnsexit2
324+
#password=MyAPIKey
325+
#subdomain-1.domain.com,subdomain-2.domain.com
326+
327+
##
328+
## domeneshop (www.domeneshop.no)
329+
##
330+
# protocol=domeneshop
331+
# login=<token>
332+
# password=<secret>
333+
# subdomain-1.domain.com,subdomain-2.domain.com
334+
311335
##
312336
## Njal.la (http://njal.la/)
313337
##
314338
# protocol=njalla,
315339
# password=mypassword
316340
# quietreply=no|yes
317341
# my-domain.com
342+
343+
##
344+
## regfish.de (www.regfish.de/)
345+
##
346+
# protocol=regfishde,
347+
# password=mypassword
348+
# my-domain.com
349+
350+
##
351+
## Enom (www.enom.com)
352+
##
353+
# protocol=enom,
354+
# login=domain.name,
355+
# password=domain-password
356+
# my-domain.com
357+
358+
##
359+
## DigitalOcean (www.digitalocean.com)
360+
##
361+
#protocol=digitalocean, \
362+
#zone=example.com, \
363+
#password=api-token \
364+
#example.com,sub.example.com
365+
366+
##
367+
## Infomaniak (www.infomaniak.com)
368+
##
369+
# protocol=infomaniak,
370+
# login=ddns_username,
371+
# password=ddns_password
372+
# example.com

0 commit comments

Comments
 (0)