summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/api')
-rw-r--r--src/api/connections.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/connections.ts b/src/api/connections.ts
index d4ed58e..256e4fd 100644
--- a/src/api/connections.ts
+++ b/src/api/connections.ts
@@ -21,6 +21,7 @@ export type ConnectionItem = {
sourcePort: string;
destinationPort: string;
host: string;
+ process: string;
};
upload: number;
download: number;
@@ -29,6 +30,7 @@ export type ConnectionItem = {
chains: string[];
// e.g. 'Match', 'DomainKeyword'
rule: string;
+ rulePayload: string;
};
type ConnectionsData = {
downloadTotal: number;