Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 2 additions and 1 deletions
|
@ -382,6 +382,7 @@
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$mockServers[$domain] = DnsHelper::parseTxt($txt);
|
$mockServers[$domain] = DnsHelper::parseTxt($txt);
|
||||||
|
Logger::getLogger()->info(sprintf('Added Mock Server %s = %s', $domain, $txt));
|
||||||
}
|
}
|
||||||
catch(InvalidArgumentException $e)
|
catch(InvalidArgumentException $e)
|
||||||
{
|
{
|
||||||
|
@ -393,7 +394,7 @@
|
||||||
if(count($mockServers) > 0)
|
if(count($mockServers) > 0)
|
||||||
{
|
{
|
||||||
Logger::getLogger()->info('Setting Mock Servers...');
|
Logger::getLogger()->info('Setting Mock Servers...');
|
||||||
Configuration::getConfigurationLib()->set('instance.mock_servers', $mockServers);
|
Configuration::getConfigurationLib()->set('instance.dns_mocks', $mockServers);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Apply changes & reload the configuration
|
// Apply changes & reload the configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue