DDNS icon indicating copy to clipboard operation
DDNS copied to clipboard

是否提供google domains支持[dns]

Open jmu opened this issue 3 years ago • 2 comments

info

  • DNS provider 服务商 : https://domains.google.com/
  • Document of DNS Provider: https://support.google.com/domains/answer/6147083?hl=zh-Hans
  • pull request linke: #

jmu avatar Apr 22 '21 10:04 jmu

动态 DNS 客户端软件可自动更新您的动态 DNS 记录。您可以通过向以下网址提出 POST 请求(也允许 GET),使用 API 手动执行更新: https://domains.google.com/nic/update

此 API 需使用 HTTPS。以下是示例请求: https://username:[email protected]/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4 注意:您的请求中还必须设置用户代理。通过以上网址进行测试时,网络浏览器通常会添加这一信息。在任何情况下,发送至服务器的最终 HTTP 请求的格式应如下所示:

HTTP 查询示例: POST /nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4 HTTP/1.1 Host: domains.google.com Authorization: Basic base64-encoded-auth-string User-Agent: Chrome/41.0 [email protected]

欢迎PR😸

NewFuture avatar Apr 23 '21 11:04 NewFuture

求支持谷歌域名

swzsweet avatar Jun 10 '22 06:06 swzsweet