From 40a2b9bc9aad3c3c80b99c692e054b24c0bb82a4 Mon Sep 17 00:00:00 2001 From: Timothy Ye Date: Mon, 9 Oct 2017 04:24:57 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aace7fb..92bbf57 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,19 @@ GoDNS is a dynamic DNS (DDNS) client tool, it is based on my early open source p Now I rewrite [DynDNS](https://github.com/TimothyYe/DynDNS) by Golang and call it [GoDNS](https://github.com/TimothyYe/godns). +## Supported DNS Provider: +* DNSPod ([https://www.dnspod.cn/](https://www.dnspod.cn/)) +* HE(Hurricane Electric) ([https://dns.he.net/](https://dns.he.net/)) + ## MIPS32 platform For MIPS32 platform, please checkout the [mips32](https://github.com/TimothyYe/godns/tree/mips32) branch, this branch is contributed by [hguandl](https://github.com/hguandl), in this branch, the support for mips32 is added, which means it could run properly on Openwrt and LEDE. ## Pre-condition -* GoDNS relies on [DNSPod](http://dnspod.cn) and its API. +* Register and own a domain. -* To use GoDNS, you need a domain hosted on [DNSPod](http://dnspod.cn). +* Domain's nameserver points to DNSPod or HE. ## Build it