desktop/angular/src/app/shared/netquery/connection-details/conn-details.html
Started: {{ conn.started | date:'medium'}} Ended: {{ conn.ended | date:'medium'}} Duration: {{ [conn.ended, conn.started] | duration }} Profile Revision: {{ conn.profile_revision }} Connection ID: {{ conn.id }} Verdict: {{ verdict[conn.verdict] || 'N/A' }} Internal Connection: {{ conn.internal ? 'Yes' : 'No' }} Local Address: {{ conn.local_ip }} {{ ':'+conn.local_port }}
Direction: {{ conn.direction === 'inbound' ? 'Incoming' : 'Outgoing' }} Protocol: {{ Protocols[conn.ip_protocol] || 'N/A' }} Encrypted: {{ conn.encrypted ? 'yes' : 'no' }} SPN Protected: {{ conn.tunneled ? 'yes' : 'no' }} 0"> Data Received: {{ conn.bytes_received | bytes }} 0"> Data Sent: {{ conn.bytes_sent | bytes }} TLS Version: {{ tls.Version }} TLS SNI: {{ tls.SNI }} TLS Certificate: {{ firstChain[0].Subject }} by {{ firstChain[0].Issuer }} Trust-Chain
Domain: {{dns.Domain}} Query: {{dns.Question}} Response: {{dns.RCode}} Served from Cache: {{dns.ServedFromCache ? 'yes' : 'no'}} Expires: {{dns.Expires | date:'medium'}}
Domain: Scope: Internet Peer-to-PeerInternet MulticastDevice-LocalLAN Peer-to-PeerLAN MulticastLAN Peer-to-PeerN/AN/AN/A {{ conn.direction === 'inbound' ? ' Incoming' : ' Outgoing'}} Remote Peer: {{ conn.remote_ip || 'DNS Request'}} {{ ':'+conn.remote_port }} Country: {{ (conn.country | countryName) || 'N/A' }} ASN: {{ conn.asn || 'N/A' }} AS Org: {{ conn.as_owner || 'N/A' }}
Binary Path: {{ conn.path }} Reason: {{conn.extra_data?.reason?.Msg}} Applied Setting: {{ helper.settings[option] || '' }} from {{ !!conn.extra_data?.reason?.Profile ? "App" : "Global" }} Settings
This connection has not been routed through the Safing Privacy Network.
Path Costs: {{ conn.extra_data?.tunnel?.PathCost }} Routing Algorithm: {{ conn.extra_data?.tunnel?.RoutingAlg }}
The connection was routed through the Safing Privacy Network, but the tunnel information is not available. Try reloading the connections.
Process DetailsCopy JSON Allow {{ conn.domain ? 'Domain' : 'IP'}} Block {{ conn.domain ? 'Domain' : 'IP '}} App Setting Global Setting