We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running curl -k --interface "host!<ip>" https://ifconfig.me does not bind to the specified IP address.
curl -k --interface "host!<ip>" https://ifconfig.me
Running curl -k --interface "<ip>" https://ifconfig.me works. Running curl -k --interface "<if!<ifname>" https://ifconfig.me works.
curl -k --interface "<ip>" https://ifconfig.me
curl -k --interface "<if!<ifname>" https://ifconfig.me
I don't know when this worked last, but curl 8.8.0 works as expected.
curl --version curl 8.10.1 (amd64-portbld-freebsd15.0) libcurl/8.10.1 OpenSSL/3.0.14 zlib/1.3.1 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.63.0 Release-Date: 2024-09-18 Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets
The text was updated successfully, but these errors were encountered:
Work around regression when specifying the DDNS source address. Fix #…
60ec370
…15832 More details: curl/curl#15553
socket: handle biding to "host!<ip>"
6dba803
Left: write unit tests to verify portions of this Fixes #15553 Reported-by: marcos-ng on github
1a8b0fe
Regression since 3060557 (shipped in 8.9.0) Fixes #15553 Reported-by: marcos-ng on github
2dc54e3
bagder
Successfully merging a pull request may close this issue.
Running
curl -k --interface "host!<ip>" https://ifconfig.me
does not bind to the specified IP address.Running
curl -k --interface "<ip>" https://ifconfig.me
works.Running
curl -k --interface "<if!<ifname>" https://ifconfig.me
works.I don't know when this worked last, but curl 8.8.0 works as expected.
curl/libcurl version
curl --version
curl 8.10.1 (amd64-portbld-freebsd15.0) libcurl/8.10.1 OpenSSL/3.0.14 zlib/1.3.1 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.63.0
Release-Date: 2024-09-18
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets
The text was updated successfully, but these errors were encountered: