Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 253 Bytes

ddns

Python async ddns for cloudflare

feature:

  • update record only changed

build

pip install -r requirements.txt

PYTHONOPTIMIZE=2 pyinstaller -F --clean --noupx --paths=$(`$PWD`) --python-option "-B -OO" -s -n pyddns main.py