Browse Source

docs: winws --ssid-filter case notice

pull/193/head
bol-van 10 months ago
parent
commit
efc482c460
  1. 1
      docs/windows.eng.md
  2. 1
      docs/windows.txt

1
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`.

1
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. Пути с пробелами нужно брать в кавычки.

Loading…
Cancel
Save