Bypass DNS with curl --resolve troubleshooting

Pin host to a specific IP to test backend while keeping SNI/Host header

curl -sv --resolve <host>:443:<ip> https://<host>/healthz
more troubleshooting all 32 commands →