Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 635 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 635 Bytes

DNS bulk updater for Cloudflare DNS

Simple search & replace of records across all zones.

Note: pre-alpha/dev, work in progress!

Currently only Cloudflare DNS is supported, other providers might be added in the future.

Install

# install requirements (optional: run within virtualenv)
$ pip install -r requirements.txt

# copy example and make changes
$ cp config.example.yml config.yml

# run bulkdns
$ bulkdns --help

Development

# create & activate virtualenv (recommended)
$ virtualenv venv
$ . venv/bin/activate

# install dependencies
$ pip install --editable .

# run bulkdns
$ bulkdns --help