Improvements in the zone generator

This commit is contained in:
Pinga 2023-12-09 13:11:32 +02:00
parent 55fbbfd503
commit f343ce2229
4 changed files with 395 additions and 365 deletions

View file

@ -38,6 +38,12 @@ return [
// Zone Writer Configuration
'dns_server' => 'bind',
'ns' => [
'ns1' => 'ns1.namingo.org',
'ns2' => 'ns2.namingo.org',
// ... more name servers as needed ...
],
'dns_soa' => 'hostmaster.example.com',
// URS Configuration
'urs_imap_host' => '{your_imap_server:993/imap/ssl}INBOX',