diff options
| author | Odd Stranne <odd@mullvad.net> | 2019-09-26 21:35:07 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2019-10-04 10:03:17 +0200 |
| commit | cb483c8dcffe1249ec475088fa5efe2d88f3dd44 (patch) | |
| tree | e3875193473d580785ec4633c066b62c8a79940b | |
| parent | 49cbb178cf7b775a6352b311867d1f01d2eca274 (diff) | |
| download | mullvadvpn-cb483c8dcffe1249ec475088fa5efe2d88f3dd44.tar.xz mullvadvpn-cb483c8dcffe1249ec475088fa5efe2d88f3dd44.zip | |
Extend list of interfaces to discard
| -rw-r--r-- | windows/winnet/src/winnet/netmonitor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/winnet/src/winnet/netmonitor.cpp b/windows/winnet/src/winnet/netmonitor.cpp index 99a31f7abb..86186dc2c6 100644 --- a/windows/winnet/src/winnet/netmonitor.cpp +++ b/windows/winnet/src/winnet/netmonitor.cpp @@ -305,6 +305,9 @@ void NetMonitor::LogOfflineState(std::shared_ptr<common::logging::ILogSink> logS L"Microsoft Teredo Tunneling Adapter", L"Microsoft IP-HTTPS Platform Adapter", L"Microsoft 6to4 Adapter", + L"WAN Miniport", + L"WiFi Filter Driver", + L"Microsoft Wi-Fi Direct Virtual Adapter", }; bool blacklisted = false; |
