Bash scripts for working with the PowerDNS API, and for auditing the list of zones.
Go to file
Matthew Saunders Brown 82422fdd84 fix header row
2024-02-12 10:46:31 -08:00
bin fix header row 2024-02-12 10:46:31 -08:00
etc add option for default account var 2024-02-02 15:31:11 -08:00
sbin fix getopts flag for comment 2024-02-12 10:45:13 -08:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 13:45:17 -07:00
install.sh update installer to install both bin/vdns and sbin/pdns scripts 2024-02-07 12:23:17 -08:00
README.md change license from MIT to GPL 3.0+ 2022-08-22 13:45:17 -07:00

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)