Skip to content

v3.1.5

Compare
Choose a tag to compare
@NewFuture NewFuture released this 09 Apr 18:52
· 138 commits to master since this release
be27971

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

Full Changelog: v3.0.2...v3.1.5
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/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 - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

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