mirror of
https://github.com/adulau/pdns-toolkit.git
synced 2024-12-22 16:56:05 +00:00
6 lines
118 B
Bash
6 lines
118 B
Bash
#!/bin/sh
|
|
#
|
|
# A simple feeder using dnscap input
|
|
#
|
|
|
|
./dnscap -T -s r -ieth1 -g 2>&1 >/dev/null | perl pdns-feeder.pl
|