mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
11c19d2c50
commit
103ec57318
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
### Daemon
|
||||
|
||||
The `daemon` is implemented in Go and needs to run as root in order to interact with the Netfilter packet queue, edit
|
||||
iptables rules and so on, in order to compile it you will need to install the `libpcap-dev` and `libnetfilter-queue-dev`
|
||||
libraries on your system, then just:
|
||||
iptables rules and so on, in order to compile it you will need to install the `protobuf-compiler`, `libpcap-dev` and `libnetfilter-queue-dev`
|
||||
packages on your system, then just:
|
||||
|
||||
cd daemon
|
||||
go build .
|
||||
|
|
Loading…
Add table
Reference in a new issue