2020-08-31 17:06:54 +08:00
2020-08-28 17:22:19 +08:00
new
2020-08-26 23:56:01 +08:00
2020-08-31 16:22:09 +08:00
2020-08-31 16:22:09 +08:00
2020-08-31 16:50:36 +08:00
2020-08-31 16:50:36 +08:00
2020-08-31 16:50:36 +08:00
2020-08-28 14:15:23 +08:00
2020-08-28 16:11:27 +08:00
2020-08-28 17:10:13 +08:00
2020-08-27 23:35:54 +08:00
2020-08-27 23:35:54 +08:00
2020-08-31 17:06:54 +08:00
2020-08-28 11:13:19 +08:00
2020-08-31 16:56:42 +08:00

ddns-go

  • 自动获得你的IPV4或IPV6并解析到域名中
  • Mac, Windows, Linux全支持ARMx86架构同时支持
  • 间隔5分钟同步一次
  • 支持多个域名同时解析,公司必备
  • 支持的域名供应商 Alidns(阿里云) Dnspod(腾讯云)

使用

Docker中使用

docker run -d \
  --name ddns-go \
  --restart=always \
  -p 127.0.0.1:9876:9876 \
  jeessy/ddns-go

avatar

Development

go get -u github.com/go-bindata/go-bindata/...
go-bindata -debug -pkg util -o util/staticPagesData.go static/pages/...
go-bindata -pkg static -o static/js_css_data.go -fs -prefix "static/" static/

Release

go-bindata -pkg util -o util/staticPagesData.go static/pages/...
go-bindata -pkg static -o static/js_css_data.go -fs -prefix "static/" static/

# 自动发布
git tag v0.0.x -m "xxx" 
git push --tags

Description
No description provided
Readme MIT 26 MiB
Languages
Go 74.6%
HTML 14.5%
JavaScript 8.6%
CSS 2%
Makefile 0.2%