mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 06:15:31 +00:00
fix --sni-domains=all
This commit is contained in:
parent
8ca048d9fd
commit
05648cc7c2
@ -149,7 +149,7 @@ static int parse_args(int argc, char *argv[]) {
|
|||||||
config.use_gso = 0;
|
config.use_gso = 0;
|
||||||
break;
|
break;
|
||||||
case OPT_SNI_DOMAINS:
|
case OPT_SNI_DOMAINS:
|
||||||
if (strcmp(optarg, "all")) {
|
if (!strcmp(optarg, "all")) {
|
||||||
config.all_domains = 1;
|
config.all_domains = 1;
|
||||||
}
|
}
|
||||||
config.domains_str = optarg;
|
config.domains_str = optarg;
|
||||||
|
Loading…
Reference in New Issue
Block a user