A tool to collect DNS records passively
3.1K
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
Content type
Image
Digest
sha256:a16508dbc…
Size
189.2 MB
Last updated
about 3 years ago
docker pull vimagick/passivedns