mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-29 21:50:33 +03:00
Add --no-dport-filter flag
This flag allows to reduce amount of network packet to analyze.
This commit is contained in:
@@ -431,6 +431,10 @@ int detect_udp_filtered(const struct section_config_t *section,
|
||||
}
|
||||
|
||||
if (section->udp_filter_quic != UDP_FILTER_QUIC_DISABLED) {
|
||||
if (section->dport_filter && ntohs(udph->dest) != 443)
|
||||
goto match_port;
|
||||
|
||||
|
||||
const struct quic_lhdr *qch;
|
||||
size_t qch_len;
|
||||
struct quic_cids qci;
|
||||
|
||||
Reference in New Issue
Block a user