Skip to content

Satxm/aliddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python实现阿里云DDNS域名——AliDDNS 使用教程

AliDDNS介绍

下载

项目地址: Github Gitee

发布地址: Github-Releases Gitee-Releases

Windows

直接下载aliddns-win.exe运行

Linux

请下载aliddns-linux.zip解压运行

如果使用aliddns.py

需要python3 和以下pip包

pip3 install aliyun-python-sdk-core-v3
pip3 install aliyun-python-sdk-domain
pip3 install aliyun-python-sdk-alidns
pip3 install requests
pip3 install pyinstaller
pip3 install colorlog
pip3 install apscheduler

配置文件说明

config.json 配置文件说明:

	accessKeyId:你获取的阿里云accessKeyId
	accessSecret:你获取的阿里云accessSecret

	enableipv4/6:是否启用IPv4/6的DDNS动态域名更新
		true 为启用,false 为禁用

	domain:你的域名
	names: 你的主机记录值(支持多个)

	enabletimedrun: 是否启用后台自动间隔运行
		true 为启用,false 为禁用
	timedruntime: 为间隔运行时间(单位为秒)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages