PinnedConnect

The result of vetting an endpoint for a raw-TCP connect: the numeric address to connectTCP to (pinnedIp, port stripped), the original host to use for the Host header and TLS SNI (sniHost), and whether the endpoint passed the policy (ok).

@safe
struct PinnedConnect {
string pinnedIp;
string sniHost;
bool ok;
}