# ddns **Repository Path**: small_rookie/ddns ## Basic Information - **Project Name**: ddns - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: version2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddns > 该脚本主要是根据 修改而来 脚本同目录下一个文件 ddns_config.json ```json { "//": "阿里云的access_key_id ,在阿里云管理界面头像找", "access_key_id" :"adgasgas", "//":"同上", "access_key_secret" :"dasgagasgasgasgasgasdg", "//":"保存当前ip", "local_file_path":"public_ip.txt", "domain_record_list":[ ["**.com", "www"] , ["**.com","@"], ] , "//":"检测时间间隔 单位s", "type_key_word":"A", "time_sleep": 600 } ``` ## 打包命令 ```shell pyinstaller -F --hidden-import=queue ddns.py ```