opensnitch/daemon
Gustavo Iñiguez Goia 9c483b1a59
sys,fw: allow to create multiprotocol rules
Now you can add rules to allow multiple protocols.
For example you can add a rule to allow dport/sport for both TCP
and UDP.

There're two options to allow a port:

Statement {
 Name: tcp
 Values:
   Key: dport
   Value: 1234
}

Statement {
 Name: meta
 Values:
   Key: l4proto
   Value: tcp,udp

   Key: dport
   Value: 1234
}

Closes #951.
2023-05-27 22:02:14 +02:00
..
conman added more logs for better issues debugging 2023-04-21 23:28:13 +02:00
core changed system requirements reading 2023-05-18 14:32:03 +02:00
dns dns monitor: ignore some dns answers 2023-03-12 21:37:11 +01:00
firewall sys,fw: allow to create multiprotocol rules 2023-05-27 22:02:14 +02:00
log loggers: fixed race condition on remote loggers 2023-05-24 01:19:07 +02:00
netfilter added more logs for better issues debugging 2023-04-21 23:28:13 +02:00
netlink tests: disable netlink sockets tests by default 2023-02-21 00:23:16 +01:00
netstat updated import paths 2020-12-09 18:18:42 +01:00
procmon close ebpf perf module on stopping the monitor 2023-05-10 00:02:53 +02:00
rule allow to filter connections by source port 2023-05-01 14:48:34 +02:00
statistics improvements to ui, ebpf, netfilter 2022-12-23 14:39:49 +01:00
ui sys fw: allow to change fw type from the GUI 2022-12-16 17:03:36 +01:00
.gitignore daemon -> opensnitchd (ref #118) 2018-04-10 18:38:04 +02:00
default-config.json added way to send events to syslog 2022-05-17 16:28:59 +02:00
go.mod Added systemd-resolved DNS monitor 2023-03-10 15:04:42 +01:00
Gopkg.toml fix: calling ftrace probe Reset in order to start from a clean state (fixes #159) 2018-04-18 02:00:12 +02:00
main.go Added system requirements check 2023-05-18 14:23:40 +02:00
Makefile daemon/Makefile: improvements to make distro packaging easier (#780) 2022-12-21 10:35:52 +01:00
opensnitchd-openrc feat(daemon): add OpenRC script 2023-04-02 02:33:40 +02:00
opensnitchd.service Replace docs link in opensnitchd.service 2023-02-09 20:56:29 +00:00
system-fw.json better errors, fixed default sys fw conf 2022-12-16 17:09:37 +01:00