This control panel is designed to update zones via AXFR (RFC 5936) and nsupdate (RFC 2136).
- PHP (only tested with 8+, 7.4+ probably also works, please send feedback)
- PHP function
popen
enabled - dig
- nsupdate
- Copy all files to your web server
- Go to
config
and create a fileconfig.php
- Copy the content from
config.php.sample
- Fill all fields (see
default.php
for all possible fields) - Ready
For creating the password hash you can use an online tool like https://bcrypt.online/. Please be aware that you are sending your password to a third-party service.
I created this project primarily for myself. If anyone has feedback, suggestions for improvement or even a pull request, I would be very pleased.