|
|
@@ -92,6 +92,8 @@ function cwp7_ConfigOptions() {
|
|
|
$configOptions['inode'] = array( "Type" => "text" , "Description" => "Max of inode", "Default" => "0",);
|
|
|
$configOptions['nofile'] = array( "Type" => "text", "Description" => "Max of nofile", "Default" => "100",);
|
|
|
$configOptions['nproc'] = array( "Type" => "text" , "Description" => "Nproc limit - 40 suggested", "Default" => "40",);
|
|
|
+ $configOptions['nameserverIP'] = array( "Type" => "text" , "Description" => "Name Server IP", "Default" => "185.163.51.142",);
|
|
|
+ $configOptions['nameserverName'] = array( "Type" => "text" , "Description" => "Name Server Name", "Default" => "ns1.thurdata.ch",);
|
|
|
return $configOptions;
|
|
|
}
|
|
|
|