Skip to content

parse port in DIM DNS config

Sylvain Fargier requested to merge dns-config into master

What we do in most tests helpers is actually not working (localhost:12345 in conf file), hopefully the env vars that do set HOST/PORT are the one being used.

Several pieces of code would need to be replaced with:

DimClient::setDnsNode(Config::instance().getDimDns().c_str(),
                      Config::instance().getDimDnsPort());

Merge request reports