From 28a4c70af6b32da9ebdcae6f3adcdcf37a45b3d1 Mon Sep 17 00:00:00 2001 From: lanath Date: Tue, 23 Apr 2024 11:43:21 +0200 Subject: [PATCH] arkime: Cahnged config paths --- docker/Arkime/arkimepcapread-selks-config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Arkime/arkimepcapread-selks-config.ini b/docker/Arkime/arkimepcapread-selks-config.ini index 7755c376..0b3d342d 100644 --- a/docker/Arkime/arkimepcapread-selks-config.ini +++ b/docker/Arkime/arkimepcapread-selks-config.ini @@ -143,11 +143,11 @@ geoLite2ASN = /data/GeoLite2-ASN.mmdb # Path of the rir assignments file # https://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.csv -rirFile = /data/config/ipv4-address-space.csv +rirFile = /opt/arkime/etc/ipv4-address-space.csv # Path of the OUI file from whareshark # https://raw.githubusercontent.com/wireshark/wireshark/master/manuf -ouiFile = /data/config/oui.txt +ouiFile = /opt/arkime/etc/oui.txt # User to drop privileges to. The pcapDir must be writable by this user or group below #dropUser=nobody