mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Merge pull request #98 from jlsalvador/patch-1
Clarifies the status of DDNS for root domains
This commit is contained in:
commit
fa03a1b959
22
README.md
22
README.md
@ -59,16 +59,16 @@
|
|||||||
---
|
---
|
||||||
## Supported DNS Providers
|
## Supported DNS Providers
|
||||||
|
|
||||||
| Provider | IPv4 support | IPv6 support |
|
| Provider | IPv4 support | IPv6 support | Root Domain | Subdomains |
|
||||||
| ------------------------------------- | :----------------: | :----------------: |
|
| ------------------------------------- | :----------------: | :----------------: | :----------------: | :----------------: |
|
||||||
| [Cloudflare][cloudflare] | :white_check_mark: | :white_check_mark: |
|
| [Cloudflare][cloudflare] | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|
||||||
| [Google Domains][google.domains] | :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: |
|
| [DNSPod][dnspod] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
|
||||||
| [HE.net (Hurricane Electric)][he.net] | :white_check_mark: | :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: |
|
| [AliDNS][alidns] | :white_check_mark: | :x: | :x: | :white_check_mark: |
|
||||||
| [DuckDNS][duckdns] | :white_check_mark: | :white_check_mark: |
|
| [DuckDNS][duckdns] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
|
||||||
| [Dreamhost][dreamhost] | :white_check_mark: | :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: |
|
| [No-IP][no-ip] | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: |
|
||||||
|
|
||||||
[cloudflare]: https://cloudflare.com
|
[cloudflare]: https://cloudflare.com
|
||||||
[google.domains]: https://domains.google
|
[google.domains]: https://domains.google
|
||||||
@ -79,6 +79,8 @@
|
|||||||
[dreamhost]: https://www.dreamhost.com
|
[dreamhost]: https://www.dreamhost.com
|
||||||
[no-ip]: https://www.noip.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
|
## Supported Platforms
|
||||||
|
|
||||||
* Linux
|
* Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user