Ddns

Latest version: v3.0.0

Safety actively analyzes 619528 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

3.0.0

What's Changed
* fix: proxy config by rxbit in https://github.com/NewFuture/DDNS/pull/398
* V3 by NewFuture in https://github.com/NewFuture/DDNS/pull/423
* 服务商修改了地址 by mattholy in https://github.com/NewFuture/DDNS/pull/420
* 修复windows下定时任务重定向失败的BUG by LeadroyaL in https://github.com/NewFuture/DDNS/pull/414
* 华为云支持配置TTL by b1n23 in https://github.com/NewFuture/DDNS/pull/424

New Contributors
* rxbit made their first contribution in https://github.com/NewFuture/DDNS/pull/398
* mattholy made their first contribution in https://github.com/NewFuture/DDNS/pull/420
* b1n23 made their first contribution in https://github.com/NewFuture/DDNS/pull/424

**Full Changelog**: https://github.com/NewFuture/DDNS/compare/v2.13.3...v3.0.0
[![PyPI version](https://img.shields.io/badge/DDNS-v3.0.0-1abc9c.svg?style=social)](https://pypi.org/project/ddns/${BUILD_VERSION}/) ![Deploy OK](https://img.shields.io/badge/release-success-brightgreen.svg?style=flat-square)

使用二进制文件 ![cross platform](https://img.shields.io/badge/platform-windows_%7C%20linux_%7C%20osx-success.svg?style=flat-square)

* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v3.0.0/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v3.0.0/create-task.sh | bash

* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns-osx -#SLo ddns && chmod +x ddns


使用PIP 安装 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddns.svg?style=flat-square) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/ddns.svg?style=flat-square)

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

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

2.13.3

[![PyPI version](https://img.shields.io/badge/DDNS-v2.13.3-1abc9c.svg?style=social)](https://pypi.org/project/ddns/${BUILD_VERSION}/) ![Deploy OK](https://img.shields.io/badge/release-success-brightgreen.svg?style=flat-square)

使用二进制文件 ![cross platform](https://img.shields.io/badge/platform-windows_%7C%20linux_%7C%20osx-success.svg?style=flat-square)

* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.13.3/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.13.3/create-task.sh | bash

* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns-osx -#SLo ddns && chmod +x ddns


使用PIP 安装 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddns.svg?style=flat-square) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/ddns.svg?style=flat-square)

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

* 安装当前版本[current version]: `pip install ddns=v2.13.3`
* 更新最新版[update latest version]: `pip install -U ddns`

What's Changed
* skip pyinstaller for py 2.7 by NewFuture in https://github.com/NewFuture/DDNS/pull/393
* 修复cache为False时的崩溃问题 by LeadroyaL in https://github.com/NewFuture/DDNS/pull/389
* fix windows release by NewFuture in https://github.com/NewFuture/DDNS/pull/394 https://github.com/NewFuture/DDNS/pull/395

New Contributors
* LeadroyaL made their first contribution in https://github.com/NewFuture/DDNS/pull/389

**Full Changelog**: https://github.com/NewFuture/DDNS/compare/v2.12.0...v2.13.3

2.12.0

2.11.5

[![PyPI version](https://img.shields.io/badge/DDNS-v2.11.5-1abc9c.svg?style=social)](https://pypi.org/project/ddns/${BUILD_VERSION}/) ![Deploy OK](https://img.shields.io/badge/release-success-brightgreen.svg?style=flat-square)

使用二进制文件 ![cross platform](https://img.shields.io/badge/platform-windows_%7C%20linux_%7C%20osx-success.svg?style=flat-square)

* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.11.5/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.11.5/create-task.sh | bash

* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns-osx -#SLo ddns && chmod +x ddns


使用PIP 安装 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddns.svg?style=flat-square) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/ddns.svg?style=flat-square)

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

* 安装当前版本[current version]: `pip install ddns=v2.11.5`
* 更新最新版[update latest version]: `pip install -U ddns`

What's Changed
* Support environment variables in Docker image by NN708 in https://github.com/NewFuture/DDNS/pull/304
* feat(cf): keep proxied config in cloudflare by NewFuture in https://github.com/NewFuture/DDNS/pull/314
* Fix 324 by Anankke in https://github.com/NewFuture/DDNS/pull/325
* (doc):remove interface by NewFuture in https://github.com/NewFuture/DDNS/pull/327
* fix(dnspod_com): resolve 286 by NewFuture in https://github.com/NewFuture/DDNS/pull/329
* publish pypi with github actions by NewFuture in https://github.com/NewFuture/DDNS/pull/331
* remove azure pipelines by NewFuture in https://github.com/NewFuture/DDNS/pull/339
* Replace version by NewFuture in https://github.com/NewFuture/DDNS/pull/340
* doc(readme):update release badge by NewFuture in https://github.com/NewFuture/DDNS/pull/341
* ci(publish.yml): update action-gh-releas by NewFuture in https://github.com/NewFuture/DDNS/pull/342

New Contributors
* Anankke made their first contribution in https://github.com/NewFuture/DDNS/pull/325

**Full Changelog**: https://github.com/NewFuture/DDNS/compare/v2.10.3...v2.11.5

2.10.3

[![PyPI version](https://img.shields.io/badge/DDNS-v2.10.3-1abc9c.svg?style=social)](https://pypi.org/project/ddns/v2.10.3/) ![Deploy OK](https://img.shields.io/badge/release-success-brightgreen.svg?style=flat-square)

使用二进制文件 ![cross platform](https://img.shields.io/badge/platform-windows_%7C%20linux_%7C%20osx-success.svg?style=flat-square)

* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.10.3/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.10.3/create-task.sh | bash

* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns-osx -#SLo ddns && chmod +x ddns


使用PIP 安装 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddns.svg?style=flat-square) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/ddns.svg?style=flat-square)

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

* 安装当前版本[current version]: `pip install ddns=v2.10.3`
* 更新最新版[update latest version]: `pip install -U ddns`

Changes:

* 914f3c09c3c133b1883d5002462d68cfe59984aa fix(ip.py): ignore non-utf format encoding (288)

This list of changes was [auto generated](https://dev.azure.com/NewFuture-CI/2ab09aad-c4b4-4c57-ab1b-2fb92c485664/_release?releaseId=40&_a=release-summary).

2.10.2

[![PyPI version](https://img.shields.io/badge/DDNS-v2.10.2-1abc9c.svg?style=social)](https://pypi.org/project/ddns/v2.10.2/) ![Deploy OK](https://img.shields.io/badge/release-success-brightgreen.svg?style=flat-square)

使用二进制文件 ![cross platform](https://img.shields.io/badge/platform-windows_%7C%20linux_%7C%20osx-success.svg?style=flat-square)

* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.10.2/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.10.2/create-task.sh | bash

* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns-osx -#SLo ddns && chmod +x ddns


使用PIP 安装 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ddns.svg?style=flat-square) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/ddns.svg?style=flat-square)

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

* 安装当前版本[current version]: `pip install ddns=v2.10.2`
* 更新最新版[update latest version]: `pip install -U ddns`

Changes:

* 5b03cd249de3923aa8c7aaf7c2a35002cf6e34bb Update .travis.yml
* dac43a438dd83a1b817554c0ff9ff7318298b259 update Travis 277

This list of changes was [auto generated](https://dev.azure.com/NewFuture-CI/2ab09aad-c4b4-4c57-ab1b-2fb92c485664/_release?releaseId=39&_a=release-summary).

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.