From: Peter van Dijk Date: Fri, 17 Jun 2016 10:04:59 +0000 (+0200) Subject: nit X-Git-Tag: auth-4.0.0-rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b55aa4d67fefb72503a4bec9a35ebb85812cf6;p=thirdparty%2Fpdns.git nit --- diff --git a/contrib/ProtobufLogger.py b/contrib/ProtobufLogger.py index b146e837aa..d11180a079 100644 --- a/contrib/ProtobufLogger.py +++ b/contrib/ProtobufLogger.py @@ -7,9 +7,8 @@ import struct import sys import threading -# you need to get the dnsmessage.proto file from the PDNS -# repository, then run: -# protoc -I=. --python_out=. dnsmessage.proto +# run: protoc -I=../pdns/ --python_out=. ../pdns/dnsmessage.proto +# to generate dnsmessage_pb2 import dnsmessage_pb2 class PDNSPBConnHandler(object):