What's Changed
* fix(run): domain name uniformly lowercase to avoid problems by laozhoubuluo in https://github.com/NewFuture/DDNS/pull/433
* 修改UA。 by char-46 in https://github.com/NewFuture/DDNS/pull/435
* 修改查询IP的API。 by char-46 in https://github.com/NewFuture/DDNS/pull/436
**Full Changelog**: https://github.com/NewFuture/DDNS/compare/v3.0.0...v3.0.2
[![PyPI version](https://img.shields.io/badge/DDNS-v3.0.2-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.2/ddns.exe)
* Ubuntu 下载 [ddns](https://github.com/NewFuture/DDNS/releases/download/v3.0.2/ddns)
* Mac OS X下载 [ddns-osx](https://github.com/NewFuture/DDNS/releases/download/v3.0.2/ddns-osx)
各平台下载/使用方式
* Windows
1. 下载 [`ddns.exe`](https://github.com/NewFuture/DDNS/releases/download/v3.0.2/ddns.exe) 运行
2. [可选] 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/v3.0.2/create-task.bat) 于**相同目录**,以管理员权限运行
* Ubuntu
bash
1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.2/ddns -#SLo ddns && chmod +x ddns
2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v3.0.2/create-task.sh | bash
* Mac OSX
sh
命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.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=v3.0.2`
* 更新最新版[update latest version]: `pip install -U ddns`