added fname,lname and multiple nameserver support

This commit is contained in:
Serghey Rodin 2011-08-23 12:35:33 +03:00
commit f59d74928e
8 changed files with 61 additions and 30 deletions

View file

View file

@ -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'

View file

@ -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'