From efc482c46051381c59626e7dd10a9b4895c21525 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 19 Jun 2024 19:49:58 +0300 Subject: [PATCH] docs: winws --ssid-filter case notice --- docs/windows.eng.md | 1 + docs/windows.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/windows.eng.md b/docs/windows.eng.md index e235001..95f7d42 100644 --- a/docs/windows.eng.md +++ b/docs/windows.eng.md @@ -61,6 +61,7 @@ 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. `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 1e9e618..30b1b80 100644 --- a/docs/windows.txt +++ b/docs/windows.txt @@ -74,6 +74,7 @@ autottl и autohostlist. При включении autohostlist так же пе В --ssid-filter можно через запятую задать неограниченное количество имен wifi сетей (SSID). Если задана хотя бы одна сеть, то winws включается только, если подключен указанный SSID. Если SSID исчезает, winws отключается. Если SSID появляется снова, winws включается. Это нужно, чтобы можно было применять раздельное дурение к каждой отдельной wifi сети. +Названия сетей должны быть написаны в том регистре, в котором их видит система. Сравнение идет с учетом регистра ! Если в путях присутствуют национальные символы, то при вызове winws из cmd или bat кодировку нужно использовать OEM. Для русского языка это 866. Пути с пробелами нужно брать в кавычки.