makedeb
简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、华为云)
Viewing /ddns-go.service
.
Click here to go back to the Git tree for ddns-go-bin.
[Unit]
Description=DDNS service in Go
After=network-online.target
[Service]
StartLimitInterval=5
StartLimitBurst=10
ExecStart=/usr/bin/ddns-go -l 127.0.0.1:9876 -f 300 -c /etc/ddns-go.yaml
Restart=always
RestartSec=120
[Install]
WantedBy=multi-user.target