Skip to content

v2.7.0: Merge pull request #79 from NewFuture/feat-cmd-as-ip

Compare
Choose a tag to compare
@NewFuture NewFuture released this 18 Aug 14:35
ec8d3c8

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.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 - Python Version PyPI - Wheel

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.