X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pdns%2Fdnsmessage.proto;h=12ece21db3cbdab124488744bb6fc0932d80de2e;hb=6d89551a42022df91128610ac950b81b24eaf367;hp=a6ccf509dd43f682efb223230e2c82af43433ab0;hpb=0e2d25d78ec39cbdf242ea5d4224f7d3ddd94fd8;p=thirdparty%2Fpdns.git diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index a6ccf509dd..12ece21db3 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -46,7 +46,7 @@ message PBDNSMessage { } required Type type = 1; optional bytes messageId = 2; // UUID, shared by the query and the response - optional bytes serverIdentity = 3; // UUID of the server emitting the protobuf message + optional bytes serverIdentity = 3; // ID of the server emitting the protobuf message optional SocketFamily socketFamily = 4; optional SocketProtocol socketProtocol = 5; optional bytes from = 6; // DNS requestor (client)