Ddns

Latest version: v3.0.2

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

Scan your dependencies

Page 5 of 7

2.7.0

[![PyPI version](https://img.shields.io/badge/DDNS-v2.7.0-1abc9c.svg?style=social)](https://pypi.org/project/ddns/v2.7.0/) ![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.7.0/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.7.0/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
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
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.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=v2.7.0`
* 更新最新版[update latest version]: `pip install -U ddns`

Changes:

* ec8d3c83c372b451e6b30535b8805fb079da8f56 Merge pull request 79 from NewFuture/feat-cmd-as-ip [ 77 ]
* f236dc5b504ba28a5e57c95c15092a2ea32863bb feat(index): 使用命令行输入作为目标IP
* 2763d34c73c2cf0ec2ef1a902fc9bc2f5f8d5482 Merge pull request 70 from NewFuture/fix-dnspod-get-domain-id [ 69 ]
* d259f4e2f32506906a5e94b6e08b388ca63a9653 fix(dnspod): domain id fix 69
* 5400a41049859e1280406f6c0502fa72eab5bdad Merge pull request 62 from xufan6/patch-1
* a920389a5972e9188e2cb12b4b8259dd0db33902 fix ipv6 regex under mac ifconfig
* aaf1e797bc2fbcc96a56a8d0a0ba12ce5a55f7f1 fix ip regex in ip address format

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

2.6.4

[![PyPI version](https://img.shields.io/badge/DDNS-v2.6.4-1abc9c.svg?style=social)](https://pypi.org/project/ddns/v2.6.4/) ![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.6.4/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.6.4/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
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
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.4/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.6.4`
* 更新最新版[update latest version]: `pip install -U ddns`

Changes:

* bccb8406bbcd713c847088c85ecabe483052f700 fix(schema): update all to v2
* 0d0144c1fbf4a8363240d258f12bb0ebf4a6a626 docs(readme): update example config
* 52b61b5cb9818412f1360101187aa93f6140f794 fix(schema): update cache $id
* cf3951ea6ba4424aa588a8a55fc74ccf8cba31f5 docs(readme): fix typos
* c82eb03feea6903c6b8b29eda6536fc520c9fdc5 docs(readme): proxy DIRECT
* 8777b2bb735f240204293f8ba64533fda46ec72e docs(readme): update 参数表
* 9282b00e8ef9118d161ff246afddd4f41fa25672 refactor(log): warning to warn
* 62858101ac9241c4b50c099922968581df5dc275 feat(schema): 添加cache字段是否启用缓存
* 2b8389f4ecab4f4376bf0481dbcf371cea2f7b00 feat(cli): add short ‘-v’ for version
* 9b6dfa8eb7d528ced1f9298aa4afb45bc871cd11 docs(readme): fix markdown render
<details><summary><b>See more</b></summary>

* 656b6fb8a1aa8e092effdb927d8160173b0dfc60 docs(readme): 更新说明文档
* 347ee161240074484a5924ebb180085c621b46a2 ci(azure): update date time format
* 2cb59be62092ba63444a9362f48a13b859ea5e1b docs(readme): update os
* 6b781c90ec4c72e941749a08e2189137f1bcd704 docs(readme): update install

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

2.6.3

[![PyPI version](https://img.shields.io/badge/DDNS-v2.6.3-1abc9c.svg?style=social)](https://pypi.org/project/ddns/v2.6.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.6.3/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns-osx)

各平台下载/使用方式

* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns.exe) 运行
2. 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.6.3/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
sh
下载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
bash
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.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.6.3`
* 更新最新版[update latest version]: `pip install -U ddns`

Changes:

* a093cdb78548c3fe454959b39299fac123e99c2a ci(tavis): date time
* e0b18e0bbd0ba7fd0513047fd170cf7352422370 fix(pip): setup celan and version
* b5db6203f753d3f7a35bf17547ece17c5522c737 ci(Travis): deploy skip_cleanup
* a26f7ae82e45647360a5a4829a11e3887ba09fac docs(release): update pip and platform
* b9531826639ae83789efca647239df849f46325a docs(pypi): badges for pip
* cd77e3f94a63ca237b0bf8f2c033f82a7c7d6620 refactor(import): change import to import from
* af7d21e4737daeb9af04afebce4bd6cb2b824508 feat(cli): version & help info

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

2.5.13

![latest deploy](https://vsrm.dev.azure.com/NewFuture-CI/_apis/public/Release/badge/2ab09aad-c4b4-4c57-ab1b-2fb92c485664/1/1)


* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns-osx)
* 其他平台可下载源码(需`python` 运行环境)

Windows

* 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns.exe) 运行
* 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.5.13/create-task.bat) 于**相同目录**,以管理员权限运行

Ubunutu

* ddns 运行
sh
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns -#SLo ddns && chmod +x ddns

* 创建定时任务(当前文件夹)
sh
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.13/create-task.sh | bash


Mac OSX
sh
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns-osx -#SLo ddns && chmod +x ddns


Changes:

* ce133d36729eff2db434bb30525f1d90bf735c4a ci(pypi): add bot
* ca7ffcc9febff40e6ac4fa636eba9f8b2bee3c0d fix(pypi): get ci env
* 36c463652d49bd773df27e1d987c0ea6b848cf54 fix(pypi): get ci environment
* 5e8f7bf559959b15db8715017a548975884c20db fix(pypi): ci version
* 528a8763307036a0334eaedd95172aa4137d1298 fix(ci): fix release
* d5bfbaffcc92281aa9af90267d542aef8eeed38d docs(summary): format summary
* a92914109aab5e970e65b4bda394bfa98c175368 docs(ssl): faq for 56
* 256b22ec3f90b365775f827c9124c879284bff56 ci(pypi): auto set pypi version
* e8415fd7f932e8b1fb44aa9c8aff226ca587cb03 docs(pypi): update documents for pypi
* e9b2cf269646176f711f887c4c1c3169312c6346 feat(pypi): support wheel universal
<details><summary><b>See more</b></summary>

* 70d57b4ea432f43e613758f657e00632fb4c5f5e feat(pypi): support for pip install
* 02f150c51bf71da68a7e10c58d7c16636cc7007a fix(ssl): inject cert for windows nt [ 56 ]
* 9271824cba11c46ce77d3dd283a103dd2c5ef0bc Update README.md

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

2.5.8

![latest deploy](https://vsrm.dev.azure.com/NewFuture-CI/_apis/public/Release/badge/2ab09aad-c4b4-4c57-ab1b-2fb92c485664/1/1)


* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns-osx)
* 其他平台可下载源码(需`python` 运行环境)

Windows

* 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns.exe) 运行
* 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.5.8/create-task.bat) 于**相同目录**,以管理员权限运行

Ubunutu

* ddns 运行
sh
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns -#SLo ddns && chmod +x ddns

* 创建定时任务(当前文件夹)
sh
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.8/create-task.sh | bash


Mac OSX
sh
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns-osx -#SLo ddns && chmod +x ddns


Changes:

* 7e14cbaf3fe6d831cbec700b498e4701c6d942bc ci(all): sed date
* bd280480b2783bfb09d0e5436a794684734aca6d fix(ci): macos sed replace
* 705130a0043021c2bd8c25787890d0fa79e3fbc1 ci(azure): build replace
* 3a0e81f5d0927985e49a5cdf4b147b903c7a13c8 ci(azure): build version
* f957481b6950eca9a266f33e07d04de3514ab483 ci(travis): replace version info
* d5b9ce94f338726cd7d07f06ee517e64bea8722f feat(log): log build os info and version
* 08bf8c90714cdde970397746ef3f08c9d3add9b4 Delete .gitattributes
* a8ecc6d3c32a2ad092b7c0e50536bb1af6ca3be8 Merge pull request 55 from NewFuture/fix-pyinstall-ssl [ 54 ]
* b412057c749d989dc02fdab56278c5a0e484c843 Merge branch 'fix-pyinstall-ssl' of https://github.com/NewFuture/DDNS into fix-pyinstall-ssl
* fe32202a3df26f77d9013413c7ae2ecf7989a525 ci(azure): rename release
<details><summary><b>See more</b></summary>

* 05d420209053491fe2591927dd7de5abe93215c4 ci(azure): rename release
* 0efe3cacb791c11cad54e66dd00bb117aca6545b ci(azure): all branches
* c97d2228bab3fe66f46e55cc52343c8b392572b0 ci(traivs,auzre):build
* cfa090ce1a7f084d2fd5e531ab3f9a6b678e54d1 build(pyinstaller): ssl cert

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

2.5.6

![latest deploy](https://vsrm.dev.azure.com/NewFuture-CI/_apis/public/Release/badge/2ab09aad-c4b4-4c57-ab1b-2fb92c485664/1/1)


* Windows 下载 [ddns.exe](https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns-osx)
* 其他平台可下载源码(需`python` 运行环境)

Windows

* 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns.exe) 运行
* 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.5.6/create-task.bat) 于**相同目录**,以管理员权限运行

Ubunutu

* ddns 运行
sh
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns -#SLo ddns && chmod +x ddns

* 创建定时任务(当前文件夹)
sh
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.6/create-task.sh | bash


Mac OSX
sh
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns-osx -#SLo ddns && chmod +x ddns


Changes:

* 6c656ec0a172639e78c75e28a0e0ac6ec3837f56 Merge pull request 52 from NewFuture/NewFuture-fix-51 [ 51 ]
* 130ce33edb5677ccbad712fc4c4eb3ca06d8ac0d fix(alidns): log action 51
* 3be1a1a7aefb744d222ee92aa1cd0589e5a6437b fix(DNSPOD_COM): user_token 作为请求auth参数 [ 50 ]
* 21e4be5f7bf91e5202a523a904adeebcd1542ebf 修改dnspod国际版token参数为user_token
* 80775c3cac07bbe2c0941aeb672ad89d6f34f4a5 docs(release): add windows files links

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

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.