andre 3 лет назад
Родитель
Сommit
fb00c1a64d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      cwp7.php

+ 2 - 0
cwp7.php

@@ -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;
 }