This commit is contained in:
Jeremy Fleischman 2025-08-10 18:03:55 +02:00 committed by GitHub
commit ee8257c3ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,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: