From 8a4eb6fc8f3f09d9dea63c9ac6944e7154af6959 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 20 Jun 2024 08:22:16 +0300 Subject: [PATCH] windows: ssid-filter no route detection notice --- docs/windows.eng.md | 3 ++- docs/windows.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/windows.eng.md b/docs/windows.eng.md index 95f7d42..51358f5 100644 --- a/docs/windows.eng.md +++ b/docs/windows.eng.md @@ -61,7 +61,8 @@ If you can't find index this way use `winws --debug` to see index there. Subinte Multiple `winws` processes are allowed. However, it's discouraged to intersect their filters. `--ssid-filter` allows to enable `winws` only if specified wifi networks are connected. `winws` auto detects SSID appearance and disappearance. -SSID names must be written in the same case as the system sees them. +SSID names must be written in the same case as the system sees them. This option does not analyze routing and does not detect where traffic actually goes. +If multiple connections are available, the only thing that triggers `winws` operation is wifi connection presence. That's why it's a good idea to add also `--wf-iface` filter to not break ethernet, for example. `Cygwin` shell does not run binaries if their directory has it's own copy of `cygwin1.dll`. That's why exists separate standalone version in `binaries/win64/zapret-tpws`. diff --git a/docs/windows.txt b/docs/windows.txt index 30b1b80..2985a7c 100644 --- a/docs/windows.txt +++ b/docs/windows.txt @@ -75,6 +75,10 @@ autottl и autohostlist. При включении autohostlist так же пе то winws включается только, если подключен указанный SSID. Если SSID исчезает, winws отключается. Если SSID появляется снова, winws включается. Это нужно, чтобы можно было применять раздельное дурение к каждой отдельной wifi сети. Названия сетей должны быть написаны в том регистре, в котором их видит система. Сравнение идет с учетом регистра ! +При этом нет никаких проверок куда реально идет трафик. Если одновременно подключен, допустим, ethernet, +и трафик идет туда, то дурение включается и выключается просто по факту наличия wifi сети, на которую трафик может и не идти. +И это может сломать дурение на ethernet. Поэтому полезно так же будет добавить фильтр --wf-iface на индекс интерфейса wifi адаптера, +чтобы не трогать другой трафик. Если в путях присутствуют национальные символы, то при вызове winws из cmd или bat кодировку нужно использовать OEM. Для русского языка это 866. Пути с пробелами нужно брать в кавычки.