From e94d99e25c1a1220081e0787caff73a1f8260473 Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 10 Aug 2020 13:21:25 +0800 Subject: [PATCH] docs: update README for IPv6 support --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2084c9..4c64e19 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,11 @@ Supported provider(s): * Google Domains * HE.net -To enable the `IPv6` mode of GoDNS, you only need two steps: +To enable the `IPv6` support of GoDNS, there are 2 solutions you can choose: +* Get IPv6 address online +* Get IPv6 address from your network interface + +To get IPv6 address online: * Set the `ip_type` as `IPv6`, and make sure the `ipv6_url` is configured. * Add one `AAAA` record to your provider. @@ -146,6 +150,10 @@ For example: } ``` +To get IPv6 address from your interface: + +It is quite simple, just left "ip_url" & "ipv6_url" as empty. Please note that an IPv6 address configured for your interface is the prerequisite for this feature. + ### Config example for Cloudflare For Cloudflare, you need to provide the email & Global API Key as password (or to use the API token) and config all the domains & subdomains. @@ -365,8 +373,6 @@ For some reasons if you want to get an IP directly from the interface, say `eth0 If you set both `ip_url` and `ip_interface`, it first tries to get an IP address online, and if not succeed, gets an IP address from the interface as a fallback. -Note that IPv6 address will be ignored currently. - ### Email notification support Update config file and provide your SMTP options, a notification mail will be sent to your mailbox once the IP is changed and updated.