ipfs and ipns protocol not listed in protocols section of curl -V
Chara White via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <_gzUHU2A-Rqwd70nOYMJ32-rt5DNGaaUOFGoAFWyTkjOkAuYfQPVT1OWxe3AwA3Zg6bTGwcon7j0UbyCzi3s8W1XwdcbKZiGK2uc2JWTAwc=@protonmail.com> |
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