Releases: NewFuture/DDNS
Releases · NewFuture/DDNS
v2.7.3: Merge pull request #105 from NewFuture/fix-dnspod_com-104
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.3/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.3/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.3/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.7.3
- 更新最新版[update latest version]:
pip install -U ddns
v2.7.2: Merge pull request #98 from NewFuture/NewFuture-patch-1
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.2/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.2/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.2/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.7.2
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- b94851c Merge pull request #98 from NewFuture/NewFuture-patch-1
- 1c42e30 fix(ip): default address [ #96, #93, #92 ]
This list of changes was auto generated.
v2.7.1
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.1/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.1/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.1/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.7.1
- 更新最新版[update latest version]:
pip install -U ddns
v2.7.0: Merge pull request #79 from NewFuture/feat-cmd-as-ip
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.0/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.7.0
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- ec8d3c8 Merge pull request #79 from NewFuture/feat-cmd-as-ip [ #77 ]
- f236dc5 feat(index): 使用命令行输入作为目标IP
- 2763d34 Merge pull request #70 from NewFuture/fix-dnspod-get-domain-id [ #69 ]
- d259f4e fix(dnspod): domain id fix #69
- 5400a41 Merge pull request #62 from xufan6/patch-1
- a920389 fix ipv6 regex under mac ifconfig
- aaf1e79 fix ip regex in ip address format
This list of changes was auto generated.
v2.6.4
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.6.4/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.6.4
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- bccb840 fix(schema): update all to v2
- 0d0144c docs(readme): update example config
- 52b61b5 fix(schema): update cache $id
- cf3951e docs(readme): fix typos
- c82eb03 docs(readme): proxy DIRECT
- 8777b2b docs(readme): update 参数表
- 9282b00 refactor(log): warning to warn
- 6285810 feat(schema): 添加cache字段是否启用缓存
- 2b8389f feat(cli): add short ‘-v’ for version
- 9b6dfa8 docs(readme): fix markdown render
See more
- 656b6fb docs(readme): 更新说明文档
- 347ee16 ci(azure): update date time format
- 2cb59be docs(readme): update os
- 6b781c9 docs(readme): update install
This list of changes was auto generated.
v2.6.3
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 下载ddns:
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns -#SLo ddns && chmod +x ddns
# 2. 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.6.3/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.6.3
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- a093cdb ci(tavis): date time
- e0b18e0 fix(pip): setup celan and version
- b5db620 ci(Travis): deploy skip_cleanup
- a26f7ae docs(release): update pip and platform
- b953182 docs(pypi): badges for pip
- cd77e3f refactor(import): change import to import from
- af7d21e feat(cli): version & help info
This list of changes was auto generated.
v2.5.13
Windows
- 下载
ddns.exe
运行 - 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
Ubunutu
- ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns -#SLo ddns && chmod +x ddns
- 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.13/create-task.sh | bash
Mac OSX
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns-osx -#SLo ddns && chmod +x ddns
Changes:
- ce133d3 ci(pypi): add bot
- ca7ffcc fix(pypi): get ci env
- 36c4636 fix(pypi): get ci environment
- 5e8f7bf fix(pypi): ci version
- 528a876 fix(ci): fix release
- d5bfbaf docs(summary): format summary
- a929141 docs(ssl): faq for #56
- 256b22e ci(pypi): auto set pypi version
- e8415fd docs(pypi): update documents for pypi
- e9b2cf2 feat(pypi): support wheel universal
See more
- 70d57b4 feat(pypi): support for pip install
- 02f150c fix(ssl): inject cert for windows nt [ #56 ]
- 9271824 Update README.md
This list of changes was auto generated.
v2.5.8
Windows
- 下载
ddns.exe
运行 - 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
Ubunutu
- ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns -#SLo ddns && chmod +x ddns
- 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.8/create-task.sh | bash
Mac OSX
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns-osx -#SLo ddns && chmod +x ddns
Changes:
- 7e14cba ci(all): sed date
- bd28048 fix(ci): macos sed replace
- 705130a ci(azure): build replace
- 3a0e81f ci(azure): build version
- f957481 ci(travis): replace version info
- d5b9ce9 feat(log): log build os info and version
- 08bf8c9 Delete .gitattributes
- a8ecc6d Merge pull request #55 from NewFuture/fix-pyinstall-ssl [ #54 ]
- b412057 Merge branch 'fix-pyinstall-ssl' of https://github.com/NewFuture/DDNS into fix-pyinstall-ssl
- fe32202 ci(azure): rename release
See more
- 05d4202 ci(azure): rename release
- 0efe3ca ci(azure): all branches
- c97d222 ci(traivs,auzre):build
- cfa090c build(pyinstaller): ssl cert
This list of changes was auto generated.
v2.5.6
Windows
- 下载
ddns.exe
运行 - 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
Ubunutu
- ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns -#SLo ddns && chmod +x ddns
- 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.6/create-task.sh | bash
Mac OSX
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns-osx -#SLo ddns && chmod +x ddns
Changes:
- 6c656ec Merge pull request #52 from NewFuture/NewFuture-fix-51 [ #51 ]
- 130ce33 fix(alidns): log action #51
- 3be1a1a fix(DNSPOD_COM): user_token 作为请求auth参数 [ #50 ]
- 21e4be5 修改dnspod国际版token参数为user_token
- 80775c3 docs(release): add windows files links
This list of changes was auto generated.
自动发布
Windows
- 下载
ddns.exe
运行 - 定时任务 下载
create-task.bat
相同目录
Ubunutu
- ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.5/ddns -#SLo ddns && chmod +x ddns
- 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.5/create-task.sh | bash
Mac OSX
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.5/ddns-osx -#SLo ddns && chmod +x ddns
Changes:
- 6a70a6d fixed Travis
- 8645ac9 Travis update
- 544046e update documents
- f28243b update
- a20fbab azure pipelines
- 0117bb5 bash
- c039a8b version replace
- dbfa47a bash copy
- 6a1aad7 release #45
- e46ef4f log details
See more
- 9a595bd Update azure-pipelines.yml
- 76f33f8 Merge pull request #49 from tongyifan/master [ #48 ]
- 39bdb34 fix #48
- f4a1766 Update azure-pipelines.yml
- 028bf00 Update azure-pipelines.yml
- 5aa638b Update azure-pipelines.yml
- 0c216d0 windows test
- 3b004ca update readme
- 4144789 images
- 28ee685 test macos
- acb710e status images
- 3ed4d0d MacOS 自动编译#45
- 3121bd4 Update azure-pipelines.yml
- 322f127 Update azure-pipelines.yml
- 3466095 Update README.md
- 4a7450e readme doc
- ebfeb79 windows 自动编译 #45
- c632016 Update azure-pipelines.yml
- dec10cd Update azure-pipelines.yml
- 80a037e Update azure-pipelines.yml
- cfdf878 Set up CI with Azure Pipelines
- 3ac6fd8 Update README.md
This list of changes was auto generated.