48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"Server": {
|
|
"Address": "unix:///tmp/bsd-daemon.sock",
|
|
"Authentication": {
|
|
"Type": "simple",
|
|
"TLSOptions": {
|
|
"CACert": "",
|
|
"ServerCert": "",
|
|
"ClientCert": "",
|
|
"ClientKey": "",
|
|
"SkipVerify": false,
|
|
"ClientAuthType": "no-client-cert"
|
|
}
|
|
},
|
|
"LogFile": "/var/log/bastionguard-secure-connectiond.log"
|
|
},
|
|
"DefaultAction": "allow",
|
|
"DefaultDuration": "once",
|
|
"InterceptUnknown": true,
|
|
"ProcMonitorMethod": "ebpf",
|
|
"EBPFObjPath": "/usr/lib/bastionguard-sc/bsc_ebpf.o",
|
|
"LogLevel": 2,
|
|
"LogUTC": true,
|
|
"LogMicro": false,
|
|
"Firewall": "nftables",
|
|
"FwOptions": {
|
|
"ConfigPath": "/etc/bastionguard-secure-connectiond/system-fw.json",
|
|
"MonitorInterval": "15s",
|
|
"QueueBypass": true
|
|
},
|
|
"Rules": {
|
|
"Path": "/etc/bastionguard-secure-connectiond/rules/",
|
|
"EnableChecksums": false
|
|
},
|
|
"Ebpf": {
|
|
"EventsWorkers": 8,
|
|
"QueueEventsSize": 0
|
|
},
|
|
"Stats": {
|
|
"MaxEvents": 250,
|
|
"MaxStats": 25,
|
|
"Workers": 6
|
|
},
|
|
"Internal": {
|
|
"GCPercent": 100,
|
|
"FlushConnsOnStart": true
|
|
}
|
|
}
|