# ddns-go **Repository Path**: vikingyang/ddns-go ## Basic Information - **Project Name**: ddns-go - **Description**: GO语言实现定时获取本机IP更新到腾讯云的ddns解析 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-03-17 - **Last Updated**: 2023-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ddns 腾讯云 DNS 解析刷新工具。 自动检测机器的公网 IP,并与腾讯云解析 IP 进行比较进行刷新操作。 修改配置文件 /config/config.json ``` go mod tidy gu build . ./ddns ```