diff --git a/osdep/LinuxEthernetTap.hpp b/osdep/LinuxEthernetTap.hpp index fe8079360..88122f4bf 100644 --- a/osdep/LinuxEthernetTap.hpp +++ b/osdep/LinuxEthernetTap.hpp @@ -59,6 +59,7 @@ class LinuxEthernetTap : public EthernetTap { virtual void setMtu(unsigned int mtu); virtual void setDns(const char* domain, const std::vector& 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: