Skip to content

v2.6.4

Compare
Choose a tag to compare
@NewFuture NewFuture released this 04 May 08:48

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. [可选] 定时任务 下载 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 - Python Version PyPI - Wheel

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.