v3.0.0
pre release v3.0.0
What's Changed
- fix: proxy config by @rxbit in #398
- V3 by @NewFuture in #423
- 服务商修改了地址 by @mattholy in #420
- 修复windows下定时任务重定向失败的BUG by @LeadroyaL in #414
- 华为云支持配置TTL by @b1n23 in #424
New Contributors
- @rxbit made their first contribution in #398
- @mattholy made their first contribution in #420
- @b1n23 made their first contribution in #424
Full Changelog: v2.13.3...v3.0.0
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v3.0.0/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v3.0.0
- 更新最新版[update latest version]:
pip install -U ddns