Categorygithub.com/oliver-chang/ddns
repositorypackage
0.0.0-20190226180331-9a9f66bc18d7
Repository: https://github.com/oliver-chang/ddns.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

DDNS

实现一个自己的 ddns 服务,只支持 cloudflare。只更新 ipv6 地址。

Usage

添加配置文件到 $HOME .ddns.toml.ddns.yaml

AuthEmail="[email protected]"
AuthKey="xxx"
Subdomain="xxx.xxx.xxx"

然后启动该程序。