Bash scripts for working with the PowerDNS API, and for auditing the list of zones.
Go to file
Matthew Saunders Brown 409347af11 added _dmarc record to defaults 2024-04-03 10:01:00 -07:00
etc add option for default account var 2024-02-02 15:31:11 -08:00
sbin added _dmarc record to defaults 2024-04-03 10:01:00 -07:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 13:45:17 -07:00
README.md change license from MIT to GPL 3.0+ 2022-08-22 13:45:17 -07:00
install.sh rearrange commands and output verbiage, with extra echo line for readability 2024-03-27 13:29:04 -07:00

README.md

powerdns-tools

Bash scripts for working with the PowerDNS API, and for auditing the list of zones.

Install

cd /usr/local/src/
git clone https://git.stack-source.com/msb/powerdns-tools.git
cd powerdns-tools
bash install.sh

Edit /usr/local/etc/pdns.conf with your values.

License

Copyright (c) 2022 Matthew Saunders Brown matthewsaundersbrown@gmail.com GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)