Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

使用阿里云提供的Python API实现DDNS(动态域名绑定)

License

Notifications You must be signed in to change notification settings

nonlinearthink/python-ddns-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 实现阿里云动态域名解析

安装依赖

pip install -r requirements.txt

生成配置文件

python bin/config.py

运行程序

config.yml 中更改配置,确认全部配置完毕。

运行 main.py:

python main.py

项目说明

编写的思路参考我的博客: https://nonlinearthink.github.io/python/aliyun-ddns-python/

配置文件统一编码都是 utf-8,windows 用户注意一下。

About

使用阿里云提供的Python API实现DDNS(动态域名绑定)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages