Many improvements to the DNS zone writer

This commit is contained in:
Pinga 2023-08-16 12:17:21 +03:00
parent 88edc27e45
commit becc195149
5 changed files with 188 additions and 81 deletions

View file

@ -27,4 +27,7 @@ return [
'reporting_upload' => false,
'reporting_username' => 'your_username',
'reporting_password' => 'your_password',
// Zone Writer Configuration
'dns_server' => 'bind',
];