Skip to content

Commit 58fef96

Browse files
Merge pull request #1268 from tredondo/wiki
Minor wiki updates
2 parents 2204ae3 + 8954e3c commit 58fef96

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
In order to submit changes for the wiki, please follow these steps:
22

3-
1. Fork this repository
3+
1. Fork this repository (if doing this on GitHub, make sure to UNCHECK the "Copy only the `main` branch" checkbox)
44

55
2. In your local forked repository switch to the "wiki" branch
66

77
3. Make necessary modifications to the files located in the wiki/ directory
88

9-
4. Create a pull request.
9+
4. Create a pull request.

wiki/Getting-started.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@ After [installing opensnitch](https://github.com/evilsocket/opensnitch/wiki/Inst
66
You can launch the GUI from that icon or from the system menu (Internet -> OpenSnitch)
77

88

9-
The daemon will start intercepting connections, prompting you to allow or deny them. If you don't apply an action, after 15 seconds (configurable) it'll apply the default action configured.
9+
The daemon should start intercepting connections, prompting you to allow or deny them. If you don't apply an action, after 30 seconds (configurable) it'll apply the default action configured.
1010

1111
![image](https://user-images.githubusercontent.com/2742953/122794725-da1dc200-d2bc-11eb-9f47-5fc3fc995db7.png)
1212

1313
<br/>
1414

15-
When you open the GUI, you'll see all the connections and processes that the daemon has intercepted. Double click on a row to view the details of a process, rule, host or user.
15+
When you open the GUI, you'll see all the connections and processes that the daemon has intercepted. If you don't see connections being made, or anything in <kbd>Status</kbd> or <kbd>Version</kbd>, make sure you've [installed](../Installation) the daemon package as well, not just the GUI. For other GUI issues, see the [known GUI problems(../GUI-known-problems).
16+
17+
Double click on a row to view the details of a process, rule, host or user.
1618

1719
![image](https://user-images.githubusercontent.com/2742953/122794871-02a5bc00-d2bd-11eb-8e7d-8f0827e8d09c.png)
1820

1921
<br/>
2022

21-
:information_source: **Tip:** Configure the default action to Allow (Preferences -> UI -> Default Action, and optionally [x] Disable pop-ups), let it run for a while (hours, days, weeks), and observe passively what your machine is doing.
23+
> [!NOTE]
24+
> **Tip:** Configure the default action to Allow (<kbd>Preferences -> Pop-ups -> Action</kbd>, and optionally check [x] <kbd>Disable pop-ups</kbd>), let it run for a while (hours, days, weeks), and observe passively what your machine is doing.
2225
2326
![](https://user-images.githubusercontent.com/2742953/85337403-b294ed80-b4e0-11ea-8c65-d8251c6af25b.png)
2427

25-
This action has two advantages: you'll learn about your system and OpenSnitch will create the rules for you (Rules tab -> Temporary).
28+
This action has two advantages: you'll learn about your system and OpenSnitch will create the rules for you (<kbd>Rules</kbd> tab -> Temporary).
2629

2730
Remember to change it back to Deny.
2831

0 commit comments

Comments
 (0)