suricata: Add option to scan WireGuard

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-10 10:50:15 +02:00
parent 72d501f923
commit 1b7d1abdf0
5 changed files with 21 additions and 2 deletions

View File

@@ -92,9 +92,15 @@ network_get_intf() {
fi
;;
WIREGUARD|WG)
echo "wg+"
return 0
;;
OPENVPN|OVPN)
# OpenVPN is using all tun devices
echo "tun+"
return 0
;;
esac