From 56b6126f523e1d69efc4bbe59b7eef9c386bacd5 Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Tue, 29 Oct 2024 11:59:46 +0300 Subject: [PATCH] Mention --queue-balance in multithreading flag Raw threading lead to confusion like in #177 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fd9e99..e2e3fb1 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ Available flags: - `--no-ipv6` Disables support for ipv6. May be useful if you don't want for ipv6 socket to be opened. -- `--threads=` Specifies the amount of threads you want to be running for your program. This defaults to **1** and shouldn't be edited for normal use. If you have performance issues, consult [performance chaptr](https://github.com/Waujito/youtubeUnblock?tab=readme-ov-file#performance) +- `--threads=` Specifies the amount of threads you want to be running for your program. This defaults to **1** and shouldn't be edited for normal use. But if you really want multiple queue instances of youtubeUnblock, note that you should change --queue-num to --queue balance. For example, with 4 threads, use `--queue-balance 537:540` on iptables and `queue num 537-540` on nftables. - `--packet-mark=` Use this option if youtubeUnblock conflicts with other systems rely on packet mark. Note that you may want to change accept rule for iptables to follow the mark.