opensnitch/daemon/default-config.json

14 lines
290 B
JSON
Raw Normal View History

{
"Server":
{
"Address":"unix:///tmp/osui.sock",
"LogFile":"/var/log/opensnitchd.log"
},
"DefaultAction": "allow",
"DefaultDuration": "once",
"InterceptUnknown": false,
"ProcMonitorMethod": "proc",
"LogLevel": 2,
"Firewall": "iptables"
}