diff options
| author | Zhong Lufan <[email protected]> | 2023-02-07 20:47:22 +0800 |
|---|---|---|
| committer | kunish <[email protected]> | 2023-02-10 16:23:28 +0800 |
| commit | 3de0470546f3e9b4545322e3246d4ca3f13068f6 (patch) | |
| tree | ef79f9a31922b31b41fd2001d2f3a4b619c316e4 /src/api | |
| parent | 145d21f1008548133deaaf51e4c99069c5181b4e (diff) | |
feat: Connections support displaying Sniff Host
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/connections.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/connections.ts b/src/api/connections.ts index ba0d834..7f27ebf 100644 --- a/src/api/connections.ts +++ b/src/api/connections.ts @@ -23,6 +23,7 @@ export type ConnectionItem = { destinationPort: string; host: string; process?: string; + sniffHost?: string; }; upload: number; download: number; |
