Skip to content

Commit

Permalink
updated default-config.json with latest added opts
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed May 15, 2024
1 parent eede54c commit 1e6d2d4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion daemon/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"Server":
{
"Address":"unix:///tmp/osui.sock",
"Authentication": {
"Type": "simple"
},
"LogFile":"/var/log/opensnitchd.log"
},
"DefaultAction": "allow",
Expand All @@ -12,12 +15,25 @@
"LogUTC": true,
"LogMicro": false,
"Firewall": "nftables",
"FwOptions": {
"ConfigPath": "/etc/opensnitchd/system-fw.json",
"MonitorInterval": "15s"
},
"Rules": {
"Path": "/etc/opensnitchd/rules/",
"EnableChecksums": false
},
"Ebpf": {
"EventsWorkers": 8,
"QueueEventsSize": 0
},
"Stats": {
"MaxEvents": 150,
"MaxEvents": 250,
"MaxStats": 25,
"Workers": 6
},
"Internal": {
"GCPercent": 100,
"FlushConnsOnStart": true
}
}

0 comments on commit 1e6d2d4

Please sign in to comment.