Steno - BPF Config

This commit is contained in:
Josh Brower
2020-01-24 04:20:49 -05:00
parent 9778c37855
commit 78527ab87c
3 changed files with 74 additions and 3 deletions

View File

@@ -4,13 +4,13 @@
{ "PacketsDirectory": "/nsm/pcap"
, "IndexDirectory": "/nsm/pcapindex"
, "MaxDirectoryFiles": 30000
, "DiskFreePercentage": 10
, "DiskFreePercentage": 5
}
]
, "StenotypePath": "/usr/bin/stenotype"
, "Interface": "{{ interface }}"
, "Port": 1234
, "Host": "127.0.0.1"
, "Flags": ["-v", "--uid=stenographer", "--gid=stenographer"]
, "Flags": ["-v", "--uid=stenographer", "--gid=stenographer"{{ bpf_compiled }}]
, "CertPath": "/etc/stenographer/certs"
}