2022-01-21 13:11:42 -08:00
|
|
|
# powerdns-tools
|
|
|
|
|
2022-01-21 13:42:01 -08:00
|
|
|
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
|
|
|
|
```
|
2022-01-21 13:44:01 -08:00
|
|
|
|
|
|
|
Edit /usr/local/etc/pdns.conf with your values.
|
2022-08-22 13:45:17 -07:00
|
|
|
|
|
|
|
## 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)
|