mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
curl: --doh-url added
This commit is contained in:
parent
abff183387
commit
5ffbb63e42
7 changed files with 21 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ struct OperationConfig {
|
|||
struct getout *url_get; /* point to the node to fill in URL */
|
||||
struct getout *url_out; /* point to the node to fill in outfile */
|
||||
struct getout *url_ul; /* point to the node to fill in upload */
|
||||
char *doh_url;
|
||||
char *cipher_list;
|
||||
char *proxy_cipher_list;
|
||||
char *cipher13_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue