Now only Cloudflare is supported, will integrate the other providers later.
For the configuration, please refer to https://github.com/TimothyYe/godns#ipv6-support
IPv6 mode configuration example:
{
"provider": "Cloudflare",
"login_token": "API_TOKEN",
"domains": [
{
"domain_name": "example.com",
"sub_domains": [
"ipv6"
]
}
],
"ip_url": "https://myip.biturl.top",
"ipv6_url": "https://api-ipv6.ip.sb/ip",
"ip_type": "IPv6",
}