You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace TLS event connectHostname/Port & 'hostname' with 'destination'
In most cases, you want event.destination.hostname to get the final
target of any given request/tunnel/etc. If you're looking for the SNI
hostname for a TLS connection, that's under
event.tlsMetadata.sniHostname. The previous 'hostname' field was
ambiguous and has been removed.
0 commit comments