Config file:
[DNS]
nameserver_3=
nameserver_2=151.99.125.3
nameserver_1=151.99.125.2
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{
this->SetConfig("DNS","nameserver_3","151.99.125.4");
this->WaitForReplaceConfig();
this->SaveConfig();
return 0;
}
|