mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-27 12:40:36 +03:00
Disable early approve with all domains
This commit is contained in:
@@ -452,8 +452,7 @@ int detect_udp_filtered(const struct section_config_t *section,
|
|||||||
|
|
||||||
lgtrace_addp("QUIC initial message");
|
lgtrace_addp("QUIC initial message");
|
||||||
|
|
||||||
if (section->udp_filter_quic == UDP_FILTER_QUIC_ALL ||
|
if (section->udp_filter_quic == UDP_FILTER_QUIC_ALL) {
|
||||||
section->all_domains) {
|
|
||||||
lgtrace_addp("QUIC early approve");
|
lgtrace_addp("QUIC early approve");
|
||||||
goto approve;
|
goto approve;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user