mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-25 16:05:05 +02:00
Merge pull request #2493 from jfly/add-warning-about-allowDNS-on-linux
Add a warning about missing DNS functionality on Linux
This commit is contained in:
commit
f754d716d0
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class LinuxEthernetTap : public EthernetTap {
|
|||
virtual void setMtu(unsigned int mtu);
|
||||
virtual void setDns(const char* domain, const std::vector<InetAddress>& servers)
|
||||
{
|
||||
fprintf(stderr, "WARNING: ignoring call to LinuxEthernetTap::setDns on Linux. This is not implemented yet. See https://github.com/zerotier/ZeroTierOne/issues/2492 for details" ZT_EOL_S);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue