diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 09:16:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 09:17:17 +0200 |
commit | abff183387ae7e4a0bb7cbdd653ff64aeb1840a7 (patch) | |
tree | 8a02613ee4ac2ac53a9109f3715a8a4de5dd5a40 /docs/libcurl/opts/Makefile.inc | |
parent | 3f3b26d6feb0667714902e836af608094235fca2 (diff) | |
download | curl-abff183387ae7e4a0bb7cbdd653ff64aeb1840a7.tar.gz |
setopt: add CURLOPT_DOH_URL
Closes #2668
Diffstat (limited to 'docs/libcurl/opts/Makefile.inc')
-rw-r--r-- | docs/libcurl/opts/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/opts/Makefile.inc b/docs/libcurl/opts/Makefile.inc index 32485e292..d65a82073 100644 --- a/docs/libcurl/opts/Makefile.inc +++ b/docs/libcurl/opts/Makefile.inc @@ -122,6 +122,7 @@ man_MANS = \ CURLOPT_DNS_SERVERS.3 \ CURLOPT_DNS_SHUFFLE_ADDRESSES.3 \ CURLOPT_DNS_USE_GLOBAL_CACHE.3 \ + CURLOPT_DOH_URL.3 \ CURLOPT_EGDSOCKET.3 \ CURLOPT_ERRORBUFFER.3 \ CURLOPT_EXPECT_100_TIMEOUT_MS.3 \ |