github TimothyYe/godns V1.8
GoDNS V1.8

latest releases: v3.3.5, v3.3.4, v3.3.3...
6 years ago

Add google handler to support Google Domains.

Configuration for example:

{
  "provider": "Google",
  "email": "Your_Username",
  "password": "Your_Password",
  "domains": [{
      "domain_name": "example.com",
      "sub_domains": ["www","test"]
    },{
      "domain_name": "example2.com",
      "sub_domains": ["www","test"]
    }
  ],
  "ip_url": "https://myip.biturl.top",
  "interval": 300,
  "socks5_proxy": ""
}

Don't miss a new godns release

NewReleases is sending notifications on new releases.