Skip to content

Commit

Permalink
Merge pull request #98 from jlsalvador/patch-1
Browse files Browse the repository at this point in the history
Clarifies the status of DDNS for root domains
  • Loading branch information
TimothyYe authored Feb 28, 2021
2 parents 6dfbb60 + 17c9b6f commit fa03a1b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
---
## Supported DNS Providers

| Provider | IPv4 support | IPv6 support |
| ------------------------------------- | :----------------: | :----------------: |
| [Cloudflare][cloudflare] | :white_check_mark: | :white_check_mark: |
| [Google Domains][google.domains] | :white_check_mark: | :white_check_mark: |
| [DNSPod][dnspod] | :white_check_mark: | :white_check_mark: |
| [HE.net (Hurricane Electric)][he.net] | :white_check_mark: | :white_check_mark: |
| [AliDNS][alidns] | :white_check_mark: | :x: |
| [DuckDNS][duckdns] | :white_check_mark: | :white_check_mark: |
| [Dreamhost][dreamhost] | :white_check_mark: | :white_check_mark: |
| [No-IP][no-ip] | :white_check_mark: | :white_check_mark: |
| Provider | IPv4 support | IPv6 support | Root Domain | Subdomains |
| ------------------------------------- | :----------------: | :----------------: | :----------------: | :----------------: |
| [Cloudflare][cloudflare] | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [Google Domains][google.domains] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [DNSPod][dnspod] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [HE.net (Hurricane Electric)][he.net] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [AliDNS][alidns] | :white_check_mark: | :x: | :x: | :white_check_mark: |
| [DuckDNS][duckdns] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [Dreamhost][dreamhost] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
| [No-IP][no-ip] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |

[cloudflare]: https://cloudflare.com
[google.domains]: https://domains.google
Expand All @@ -79,6 +79,8 @@
[dreamhost]: https://www.dreamhost.com
[no-ip]: https://www.noip.com

Tip: You can follow this [issue](https://github.com/TimothyYe/godns/issues/76) to view the current status of DDNS for root domains.

## Supported Platforms

* Linux
Expand Down

0 comments on commit fa03a1b

Please sign in to comment.