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