# DnsPod动态解析 **Repository Path**: Jerry200603/dns-pod-dynamic-analysis ## Basic Information - **Project Name**: DnsPod动态解析 - **Description**: 利用dnspod动态解析 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DnsPod动态解析 #### 介绍 利用dnspod动态解析(目前只写了ipv6的版本,如果中国移动给我公网ip,我会写v4的版本) #### 安装教程 将11-115行 ``` Host = [''] Record_id = [] SecretId = '' SecretKey = '' Domain = '' ``` 改成你自己的(在腾讯云获取) [获取方法](https://blog.csdn.net/qq_46349287/article/details/123779287)