Merge pull request #704 from Bodenhaltung/add-dnshome-de
Add dnsHome.de
This commit is contained in:
commit
430d9026f8
2 changed files with 10 additions and 0 deletions
|
@ -22,6 +22,7 @@ Dynamic DNS services currently supported include:
|
||||||
* [DonDominio](https://www.dondominio.com)
|
* [DonDominio](https://www.dondominio.com)
|
||||||
* [DNS Made Easy](https://dnsmadeeasy.com)
|
* [DNS Made Easy](https://dnsmadeeasy.com)
|
||||||
* [DNSExit](https://dnsexit.com/dns/dns-api)
|
* [DNSExit](https://dnsexit.com/dns/dns-api)
|
||||||
|
* [dnsHome.de](https://www.dnshome.de)
|
||||||
* [Domeneshop](https://api.domeneshop.no/docs/#tag/ddns/paths/~1dyndns~1update/get)
|
* [Domeneshop](https://api.domeneshop.no/docs/#tag/ddns/paths/~1dyndns~1update/get)
|
||||||
* [DslReports](https://www.dslreports.com)
|
* [DslReports](https://www.dslreports.com)
|
||||||
* [Duck DNS](https://duckdns.org)
|
* [Duck DNS](https://duckdns.org)
|
||||||
|
|
|
@ -404,3 +404,12 @@ ssl=yes # use ssl-support. Works with
|
||||||
##
|
##
|
||||||
# protocol=emailonly
|
# protocol=emailonly
|
||||||
# host.example.com
|
# host.example.com
|
||||||
|
|
||||||
|
##
|
||||||
|
## dnsHome.de
|
||||||
|
##
|
||||||
|
# protocol=dyndns2 \
|
||||||
|
# server=www.dnshome.de \
|
||||||
|
# login=subdomain.domain.tld \
|
||||||
|
# password=your_password \
|
||||||
|
# subdomain.domain.tld
|
||||||
|
|
Loading…
Reference in a new issue