MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / SetDNSscope

Method SetDNSscope

src/netcfg/proxy-netcfg-device.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141void Device::SetDNSscope(const std::string &scope) const
142{
143 proxy->SetProperty(prxtgt, "dns_scope", scope);
144}
145
146
147bool Device::AddDnsOptions(LogSender::Ptr log, const openvpn::DnsOptions &dns) const

Callers 1

create_deviceMethod · 0.80

Calls 1

SetPropertyMethod · 0.45

Tested by

no test coverage detected