mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
updated after opensnitch repo commit 812bf954fe
parent
89bbd8b4fe
commit
50b57800e6
1 changed files with 11 additions and 0 deletions
11
FAQs.md
11
FAQs.md
|
@ -20,6 +20,17 @@ The UI service is able to use a TCP listener instead of a UNIX socket, that mean
|
|||
Connections
|
||||
---
|
||||
|
||||
**Status is Not Running**
|
||||
|
||||
Be sure that the daemon is running: `pgrep opensnitchd`
|
||||
|
||||
If it's not running, you may need to enable and start it:
|
||||
|
||||
```
|
||||
$ sudo systemctl enable opensnitchd
|
||||
$ sudo systemctl start opensnitchd.service
|
||||
```
|
||||
|
||||
**Why is WireGuard not working with OpenSnitch?**
|
||||
|
||||
WireGuard initiates connections from kernel space, so there's no really a process that initiates them. In order to see these connections enable the option `[x] Debug invalid connections` under Preferences->Nodes.
|
||||
|
|
Loading…
Add table
Reference in a new issue