Sign inSign up

vimagick/passivedns

By vimagick

Updated about 3 years ago

A tool to collect DNS records passively

Image
0

3.1K

vimagick/passivedns repository overview

version: "3.8"
services:
  passivedns:
    image: vimagick/passivedns
    command: >
      -d "||"
      -i eth0
      -l /var/log/passivedns/passivedns.log
      -L /var/log/passivedns/passivedns-nx.log
      -p /var/run/passivedns.pid
      -P 86400
      -S 256
      -X 46CDNOPRSTMnx
    volumes:
      - ./data:/var/log/passivedns
    network_mode: host
    privileged: true
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:a16508dbc

Size

189.2 MB

Last updated

about 3 years ago

docker pull vimagick/passivedns