snoop: connect notice includes port, sni and account (present fields only)

This commit is contained in:
Jean Chevronnet 2026-08-25 00:06:22 +00:00
parent a587d25873
commit 6e8d6c31fb
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
6 changed files with 28 additions and 6 deletions

View file

@ -412,6 +412,7 @@ impl Server {
secure,
certfp,
tls_info,
sni,
brand_server,
brand_network,
account: None,
@ -1585,6 +1586,7 @@ mod tests {
secure: false,
certfp: None,
tls_info: None,
sni: None,
brand_server: None,
brand_network: None,
account: None,