v3.1.5
What's Changed
- 更改linux系统下,index6 正则获取本地ip的命令优先级 by @Elec4d0 in #441
- build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #446
- get_ip whith try/catch by @zctmdc in #453
- fix(run): remove legacy regex support and fix lint by @NewFuture in #454
New Contributors
- @Elec4d0 made their first contribution in #441
- @dependabot made their first contribution in #446
- @zctmdc made their first contribution in #453
Full Changelog: v3.0.2...v3.1.5
使用二进制文件 
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v3.1.5/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v3.1.5/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v3.1.5/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装

Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v3.1.5
- 更新最新版[update latest version]:
pip install -U ddns