mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-27 14:44:45 +02:00
Improvements in the zone generator
This commit is contained in:
parent
55fbbfd503
commit
f343ce2229
4 changed files with 395 additions and 365 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue