-
Create an example program which outputs JSON to a UDP socket. `agents/dns_agent.py` provides an example of extracting Dnstap information and writing it to Redis using a `ThreadPoolExecutor`. This new …
m3047 updated
4 years ago
-
Hi!
Using DSC compiled with DNSTAP support I noted a lot of messages, queries received by DSC using DNSTAP, on syslog. Is like debug was enabled, but no.
I'm not in the last commit yet, my versi…
-
Hi, I'm configuring DSC on my DNS and compiled with DNSTAP support.
Compiling was smooth and install OK (DSC and DSP).
**Versions in use:**
**DSC:** commit d910a84d91b60358fa3af97de46e02a7c293d…
-
Building dnstap fails with:
```
../dnstap/dtstream.c:1582:38: error: use of undeclared identifier 'usock'
s.sun_len = (unsigned)sizeof(usock);
```
-
Explicitly specify the protocol version?
GEN nmsg/nmsg.pb-c.c
[libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
specified for the proto file: nmsg/nmsg.proto. Please …
-
Track the 1.8.0 release
miekg updated
4 years ago
-
Tracking bug for 1.7.1 coredns release
Aiming to release in the next few days.
miekg updated
4 years ago
-
Hi NetLabs,
I'm trying to build a version with as few dependencies as pos for LXC containers, (esp systemd)
Any tips for building in Linux?
So far I have
```
apt install flex bison
$ ./c…
-
Failure to compile the cmake.
Ubuntu, focal fossa
```
libtool: link: /usr/bin/ar cru .libs/libunbound.a context.o libunbound.o libworker.o ub_event_pluggable.o dns.o infra.o rrset.o dname.o ms…
-
I have a packet capture using Wireshark, is there a way to convert that into dnstap format which seems to be used a lot in other reports?
Should e.g. systemd-resolved be extended to support dnstap …