ddns-go,轻量级ddns工具

安装

https://github.com/jeessy2/ddns-go/releases/tag/v6.6.3

下载解压

docker

1
docker run -d --name ddns-go --restart=unless-stopped --net=host -v /opt/ddns-go:/root jeessy/ddns-go -l :9877 -f 600

webhook

plusplus 推送加

钉钉

1
2
3
4
5
6
7
{
    "msgtype": "markdown",
    "markdown": {
        "title": "你的公网IP变了",
        "text": "#### 你的公网IP变了 \n - IPv4地址:#{ipv4Addr} \n - 域名 #{ipv4Domains} 更新结果:#{ipv4Result} \n\n - IPv6地址:#{ipv6Addr} \n - 域名 #{ipv6Domains} 更新结果:#{ipv6Result} \n"
    }
}
网站总访客数:Loading
网站总访问量:Loading

-->