BastionGuard/thirdparty/bastionguard-secure-connection/daemon/data/default-config.json
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

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
}
}