Skip to content

A python script for dynamically updating a GoDaddy DNS record. 用Py脚本实现自动更新DNS记录。

Notifications You must be signed in to change notification settings

xmnathan/GodaddyDDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

GodaddyDDNS

Introduction简介

A python script for dynamically updating a GoDaddy DNS record, when IP address changes.
用Py脚本实现自动更新DNS记录,监测本地IP变化。

重要的一点,该脚本会先取回现有的DNS解析记录合并后再更新指定记录,避免提交新记录而引发其他记录丢失 : )

Dependencies依赖

This program was written and tested using Python 3

Config配置

Modify the following configuration只需要修改代码中的以下配置项:

你的域名:DOMAIN_NAME
接口密钥:API_KEY
接口加密:API_SECRET
DNS记录名:record_name

Documentations参考文档

Godaddy官方文档
Fix Error# SSL: CERTIFICATE_VERIFY_FAILED
https://www.instructables.com/Quick-and-Dirty-Dynamic-DNS-Using-GoDaddy

About

A python script for dynamically updating a GoDaddy DNS record. 用Py脚本实现自动更新DNS记录。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages