From d0aa2e462ef1cc99a1e2b8dc00a743d2d8268274 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Thu, 27 May 2021 12:33:51 +0200 Subject: [PATCH] update readme --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b718065..a3f3edd 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,25 @@ Any provider using the standard for DDNS should be supported by default thanks t You just need to get your credentials (obviously) and the update URL. If you face any kind of issue, feel free to open an issue and ping me in it. If necessarry, a branch will be open to fix the problem. -Tested providers: -- OVH -- Google +| Provider | Configuration key | Implemented | Tested | +|------------ |------------------- |------------- |-------- | +| OVH | ovh | YES | YES | +| GOOGLE | google | YES | YES | +| DuckDNS | duckdns | YES | YES | +| No-IP | noip | NO | NO | +| DynDNS | dyndns | NO | NO | +| CloudFlare | cloudflare | NO | NO | ## Contributing -You can contribute to the project by submitting an issue and resolve issues by creating PRs. I'll look at them and validate your changes if they're correct. +You can contribute to the project by submitting an issue and resolve issues by creating PRs. I'll look at them and validate your changes if they're correct as soon as possible. + +## TO-DO + +- Add HRM to configuration file +- Add more DDNS provider (see the table above) ## Useful links - Google DDNS doc: https://support.google.com/domains/answer/6147083?hl=en#zippy=%2Cusing-the-api-to-update-your-dynamic-dns-record -- OVH DDNS doc: https://docs.ovh.com/us/en/domains/hosting_dynhost/ \ No newline at end of file +- OVH DDNS doc: https://docs.ovh.com/us/en/domains/hosting_dynhost/ +- DuckDNS DDNS doc: https://www.duckdns.org/spec.jsp \ No newline at end of file