Disable conntrack by default

On some devices conntrack may return EPERM
This commit is contained in:
Vadim Vetrov
2025-01-19 18:08:09 +03:00
parent bb133f8b88
commit 3f11a65a73
4 changed files with 10 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ Flags that do not scoped to a specific section, used over all the youtubeUnblock
- `--no-gso` Disables support for TCP fat packets which uses GSO. This feature is well tested now, so this flag probably won't fix anything.
- `--no-conntrack` Disables support for conntrack in youtubeUnblock.
- `--use-conntrack` Enables support for conntrack in youtubeUnblock. Disabled by default. Enabled in kernel module.
- `--no-ipv6` Disables support for ipv6. May be useful if you don't want for ipv6 socket to be opened.