commit 8da4eaff2d5d150f7491c80bf3f1e26d184706d5 from: Omar Polo date: Sun Jul 25 10:43:11 2021 UTC set the protocol type for proxies we still support only gemini:// proxies still commit - 0ebfb9dc49384b025902eff85e250eff76ef299b commit + 8da4eaff2d5d150f7491c80bf3f1e26d184706d5 blob - 820ae40b332cf15d2358df06dd40e483fb3341d4 blob + f6cb1fa1a330e902fc0b8ce9833f98412afb3226 --- parse.y +++ parse.y @@ -480,6 +480,7 @@ add_proxy(char *proto, char *proxy) err(1, "calloc"); p->match_proto = proto; + p->proto = PROTO_GEMINI; if ((p->host = strdup(uri.host)) == NULL) err(1, "strdup");