Files
cloudflare_ddns/sync
Tim Miller 9487784876 Public release
Added removal of stable, duplicate records per subdomain.
2019-09-29 15:33:25 -04:00

11 lines
190 B
Bash
Executable File

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
python3 -m venv venv
source ./venv/bin/activate
pip install requests
cd $DIR
python cloudflare-ddns.py