# AliyunDDNSClient **Repository Path**: yzhh/aliyun-ddns-client ## Basic Information - **Project Name**: AliyunDDNSClient - **Description**: 一个简单的阿里云ddns实现 - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-01 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # alicloud ddns #### Description A simple alicloud dynamic domain name resolution (DDNS) client #### Software Architecture 1. client: Client program. Regularly obtain the local IP address and update the resolution target of the domain name. #### Installation ```commandline cd client pip install -r requirments.txt ``` #### Instructions 1. Add environment variable "ACCESS_KEY_ID" and "ACCESS_KEY_SECRET". The value can be obtained from Alibaba cloud. 2. Modify the domain name configuration of "main()" under "client/main.py" 3. If you use your own IP address query service, make sure that "getmyip()" under "client/main. Py" can correctly obtain your IP address. 4. run "client/main.py". https://ifconfig.me/ip