latest
This commit is contained in:
parent
2e52a1eebf
commit
88a3c685fb
4 changed files with 27 additions and 0 deletions
|
@ -1429,6 +1429,7 @@ void Network::_externalConfig(ZT_VirtualNetworkConfig *ec) const
|
|||
}
|
||||
|
||||
ec->dnsCount = _config.dnsCount;
|
||||
fprintf(stderr, "Network::_externalConfig dnsCount: %d\n", ec->dnsCount);
|
||||
if (ec->dnsCount > 0) {
|
||||
memcpy(&ec->dns, &_config.dns, sizeof(ZT_VirtualNetworkDNS));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue