fix regex
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.9.9/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.9.9/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.9.9/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.9.9
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- 18c7386 update Azure pipelines Status badge
- a21a0d8 Update run.py (#253)
- e0a1390 fix #173 domain pattern to match start with * (#245)
- e327858 fix regex_v6 string (#239)
- 56df5f6 fix #231 change signature() encoding method to quote() to meet docs of alidns (#238)
This list of changes was auto generated.