DDNS-GO 动态域名绑定 IPv6
项目地址:https://github.com/jeessy2/ddns-go
123盘备份:https://www.123684.com/s/lfKDVv-nkmNH?提取码:ddns
-v:6.9.0
下载安装
从 github 获取:
wget http://github.com/jeessy2/ddns-go/releases/download/v6.8.0/ddns-go_6.8.0_linux_x86_64.tar.gz
运行(后面是端口号):
./ddns-go -s install -l :9877
查看运行状态:
systemctl status ddns-go
帮助:
./ddns-go -h
如果TLS 连接失败
那么可能是因为你的系统缺少最新的根证书,导致 TLS 连接失败。你可以尝试更新 CA 证书:
sudo apt update
sudo apt install --reinstall ca-certificates