GitXplorerGitXplorer
t

dnslogging

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6c9ed355a027e5d7c216f8b7cf932945640a09d7

Don't return nil, hand the plugin back...

ttomsanbear committed 5 years ago
Unverified
c113f3bc59e71dd92ab11980514f8c413d97c662

Remove default url, will replace with smarter logic to determine forwarder type.

ttomsanbear committed 5 years ago
Unverified
f9132527026b46c9d19cc21155cafacde7899199

Remove capnproto dep

ttomsanbear committed 5 years ago
Unverified
7aefbd5b8555bd968d10d714f78ca197c9c5124a

Ditched capn proto for now, json till later. ALso added kafka support for prototyping, very limited error checking with configs.

ttomsanbear committed 5 years ago
Unverified
43911a8dd44c6fb33e48ca09081957849db82549

Added recorder

ttomsanbear committed 6 years ago
Verified
bbdfaccce12910dad750d425a57bbf067a8de685

Create LICENSE

ttomsanbear committed 6 years ago

README

The README file for this repository.

Build Status codecov GitHub version GitHub issues GitHub pull requests Go Report Card

CoreDNS dnslogging

This CoreDNS plugin forwards all DNS transactions to a Nats server specified by the config. Currently the format sent over the line is dictated by the cap'n proto files.

WIP Document