Skip to content

Commit 3cf6287

Browse files
Update The-Events-window.md
1 parent ed6376d commit 3cf6287

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

wiki/The-Events-window.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ You can also sort connections by columns.
1212

1313

1414
**Note:**
15-
There're some columns that are clickable, that will open the detail view of the item clicked.
15+
When you double click on a row, it will open the detail view of the item clicked.
1616

1717
For example: double click on a Node to open all the connections of that node:
1818

1919
![image](https://user-images.githubusercontent.com/2742953/122284702-24cec100-ceee-11eb-9acb-d7aa8999182b.png)
2020

21-
Others columns that are clickable: Process, Rule
22-
2321

2422
![image](https://user-images.githubusercontent.com/2742953/122285201-b6d6c980-ceee-11eb-9d7b-b34c16307466.png)
2523

@@ -34,3 +32,21 @@ Here you can see all the rules you have defined. Double clicking on a rule will
3432
You can also perform operations over the rules, one by one or in batch, by right-clicking over a rule:
3533

3634
![image](https://user-images.githubusercontent.com/2742953/122288895-61042080-cef2-11eb-8a90-667800956dda.png)
35+
36+
The rules tab not only lists the application rules, but also the system firewall rules (that is, regular netfilter rules):
37+
38+
<img width="1071" height="551" alt="Captura de pantalla de 2026-02-12 00-39-21" src="https://github.com/user-attachments/assets/3ef47bf9-06ff-476c-9c8f-81d8afe8e2fa" />
39+
40+
Double click on a rule to edit it, or right-click on it to view more options:
41+
42+
<img width="1086" height="651" alt="Captura de pantalla de 2026-02-12 00-41-46" src="https://github.com/user-attachments/assets/0c6d68c3-989a-4791-84c6-57f888ff514a" />
43+
44+
45+
The netstat tab
46+
---
47+
48+
This view lists all the connections of a node. It's similar to `netstat` or `ss`.
49+
50+
<img width="1100" height="553" alt="Captura de pantalla de 2026-02-12 00-35-34" src="https://github.com/user-attachments/assets/a32ef8eb-5619-448e-bc1d-f4a991732f88" />
51+
52+
Double click on a row to view the details of the item.

0 commit comments

Comments
 (0)