Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nDPId Docker Image for packet inspection

License

NotificationsYou must be signed in to change notification settings

stefanDeveloper/heiDPI

Repository files navigation

heiFIP Logo


nDPId Docker Image for deep packet inspection. As described innDPId, we split the image into producer and consumer image for a more generic purpose. For the producer, the image starts the UNIX and UDP socket and nDPId respectively. Via environment variables, users can adapt the nDPId daemon and nDPIsrvd. As by now, we support all current nDPId parameters.

Conumer

Project LicenseLicense
Continuous IntegrationDocker WorkFlows

Producer

Continuous IntegrationDocker WorkFlows

Getting Started

Prerequisities

In order to run this container you'll need docker installed.

Usage

Pull images:

docker pull stefan96/heidpi-producer:maindocker pull stefan96/heidpi-consumer:main

Run producer and consumer separately from each other using UDP socket:

docker run -p 127.0.0.1:7000:7000 --net host stefan96/heidpi-producer:maindocker run -e HOST=127.0.0.1 --net host stefan96/heidpi-consumer:main

or use thedocker-compose.yml:

docker-compose up

Additionally, you use a UNIX socket:

docker run -v${PWD}/heidpi-data:/tmp/ --net host stefan96/heidpi-producer:maindocker run -v${PWD}/heidpi-data:/tmp/ -v${PWD}/heidpi-logs:/var/log -e UNIX=/tmp/nDPIsrvd-daemon-distributor.sock --net host stefan96/heidpi-consumer:main

Configuration

For a more detail view on how to customize your images, see:

License

This project is licensed under the GPL-3.0 license - see theLICENSE.md file for details.

About

nDPId Docker Image for packet inspection

Topics

Resources

License

Stars

Watchers

Forks

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp