Allow to disable TLS processing for the section

This commit is contained in:
Vadim Vetrov
2024-12-06 18:25:43 +03:00
parent b452ed2d55
commit 9b5c8a729d
5 changed files with 28 additions and 4 deletions

View File

@@ -242,6 +242,8 @@ Available flags:
- `--quic-drop` Drop all QUIC packets which goes to youtubeUnblock. Won't affect any other UDP packets. Just an alias for `--udp-filter-quic=all --udp-mode=drop`.
- `--tls={enabled|disabled}` Set it if you want not to process TLS traffic in current section. May be used if you want to set only UDP-based section. (Here section is a unit between `--fbegin` and `--fend` flags).
- `--silent` Disables verbose mode.
- `--trace` Maximum verbosity for debugging purposes.