v2.10.3: fix(ip.py): ignore non-utf format encoding (#288)
使用二进制文件 ![cross platform](https://camo.githubusercontent.com/08e5ab62bae31c60048a723553fbae7b3362dc2c9ca9c6ac1e30ad23b36f6763/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d77696e646f77735f2537432532306c696e75785f2537432532306f73782d737563636573732e7376673f7374796c653d666c61742d737175617265)
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 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
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
![PyPI - Wheel](https://camo.githubusercontent.com/6597b0a3903977158b0e3d58599313eef6a4db15a0d7f07b6ca5aec459a6570e/68747470733a2f2f696d672e736869656c64732e696f2f707970692f776865656c2f64646e732e7376673f7374796c653d666c61742d737175617265)
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.10.3
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
This list of changes was auto generated.