mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
added fname,lname and multiple nameserver support
This commit is contained in:
parent
5e09a913fd
commit
f59d74928e
8 changed files with 61 additions and 30 deletions
0
data/dbservers/.gitignore
vendored
0
data/dbservers/.gitignore
vendored
|
@ -9,8 +9,7 @@ MAIL_FORWARDERS='30'
|
|||
DNS_DOMAINS='10'
|
||||
DISK_QUOTA='10000'
|
||||
BANDWIDTH='10000'
|
||||
NS1='ns1.localhost'
|
||||
NS2='ns2.localhost'
|
||||
NS='ns1.localhost,ns2.localhost'
|
||||
SHELL='nologin'
|
||||
BACKUPS='3'
|
||||
MAX_CHILDS='300'
|
||||
|
|
|
@ -9,8 +9,7 @@ MAIL_FORWARDERS='50'
|
|||
DNS_DOMAINS='30'
|
||||
DISK_QUOTA='50000'
|
||||
BANDWIDTH='50000'
|
||||
NS1='ns1.localhost'
|
||||
NS2='ns2.localhost'
|
||||
NS='ns1.localhost,ns2.localhost'
|
||||
SHELL='nologin'
|
||||
BACKUPS='5'
|
||||
MAX_CHILDS='300'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue