curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

ipfs and ipns protocol not listed in protocols section of curl -V

From: Chara White via curl-users <curl-users_at_lists.haxx.se>
Date: Tue, 12 Dec 2023 15:32:18 +0000

curl added ipfs and ipns protocol support on 8.4.0. but it is not showing on the Protocols:ā€‹ list when you do curl -vā€‹.
There is also no option do disable ipfs or ipns protocol when compiling curl.

```
~ $ curl -V
curl 8.5.0 (x86_64-pc-linux-musl) libcurl/8.5.0 OpenSSL/3.1.4 zlib/1.2.13 brotli/1.0.9 libidn2/2.3.4 libssh2/1.10.0 nghttp2/1.57.0
Release-Date: 2023-12-06
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM SPNEGO SSL threadsafe TLS-SRP UnixSockets
~ $ curl ipfs://foo
curl: IPFS automatic gateway detection failed
curl: try 'curl --help' or 'curl --manual' for more information
~ $ curl ipns://foo
curl: IPFS automatic gateway detection failedcurl: try 'curl --help' or 'curl --manual' for more information
```

-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2023-12-12