mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
40 lines
900 B
JSON
40 lines
900 B
JSON
{
|
|
"Server":
|
|
{
|
|
"Address":"unix:///tmp/osui.sock",
|
|
"Authentication": {
|
|
"Type": "simple"
|
|
},
|
|
"LogFile":"/var/log/opensnitchd.log"
|
|
},
|
|
"DefaultAction": "allow",
|
|
"DefaultDuration": "once",
|
|
"InterceptUnknown": false,
|
|
"ProcMonitorMethod": "ebpf",
|
|
"LogLevel": 2,
|
|
"LogUTC": true,
|
|
"LogMicro": false,
|
|
"Firewall": "nftables",
|
|
"FwOptions": {
|
|
"ConfigPath": "/etc/opensnitchd/system-fw.json",
|
|
"MonitorInterval": "15s",
|
|
"QueueBypass": true
|
|
},
|
|
"Rules": {
|
|
"Path": "/etc/opensnitchd/rules/",
|
|
"EnableChecksums": false
|
|
},
|
|
"Ebpf": {
|
|
"EventsWorkers": 8,
|
|
"QueueEventsSize": 0
|
|
},
|
|
"Stats": {
|
|
"MaxEvents": 250,
|
|
"MaxStats": 25,
|
|
"Workers": 6
|
|
},
|
|
"Internal": {
|
|
"GCPercent": 100,
|
|
"FlushConnsOnStart": true
|
|
}
|
|
}
|