[![PyPI version](https://img.shields.io/badge/DDNS-v2.8.0-1abc9c.svg?style=social)](https://pypi.org/project/ddns/v2.8.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.8.0/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v2.8.0/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v2.8.0/ddns-osx)
各平台下载/使用方式
* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v2.8.0/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v2.8.0/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.8.0/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.8.0/create-task.sh | bash
* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.8.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.8.0`
* 更新最新版[update latest version]: `pip install -U ddns`
Changes:
* 265a1cd327369d354d057fb0ff97d5df6e280676 Merge pull request 113 from KeyPJ/cloudflare-use-api-token
* d6bc54e896f8581a9a09a017a4f789313813c877 schema update
* a436ba8b9b984a358bcde215f73194c9a4915def Merge branch 'master' into cloudflare-use-api-token
* becc3e838e33c23b7f61e0fbb8c79317a5e2c90a Merge pull request 110 from NewFuture/feat-ttl [ 14 ]
* 88386d98d677266fef4c7486558cf149273e3f2b md update
* fab97f4c541326f2f1e48fe6dd41d75c275ea428 cloudflare use API Tokens,token need Permissions:Zone.Zone, Zone.DNS
* 7fdb43c668bccb2a02545a238c74f2522879e729 docs(README): ttl
* 331b11c2f26f04433ffa33c7170c7ad806400307 feat(ttl): support ttl and update schema 14
* bc4982963cabc240a5ff9702ea245684406bcbd0 Merge pull request 107 from NN708/master
* 319bed1cb9ce7eb52192249d7c93d8116dad1a74 Add notice for no record auto-creating
<details><summary><b>See More</b></summary>
* c6c72cb09275bd4a73473d3c5d0291f5b745627e Add document URL
* b651791d8db34fbde067ec2b460583fbee9776bc Update README.md
* 2ed50db0681ba902e444425d37143df57b273f0a Fix success judge
* 4cebf94114830bd06da48fd46d1486d60cc9a87a Add he.py
* 390dd0543e1167f031bfdcf825d84f2391b95555 Update schema for HE.net
This list of changes was [auto generated](https://dev.azure.com/NewFuture-CI/2ab09aad-c4b4-4c57-ab1b-2fb92c485664/_release?releaseId=24&_a=release-summary).</details>