From 6ebf59bc2cb28cfeb603df6cef4aad17a7b21e0a Mon Sep 17 00:00:00 2001 From: Jussi Peltola Date: Wed, 18 Jan 2017 11:20:32 +0200 Subject: [PATCH] Document chopOff --- pdns/README-dnsdist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index c5ce872ef6..c69840d11a 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1460,6 +1460,7 @@ instantiate a server with additional parameters * `truncate(bits)`: truncate the address to the specified number of bits * DNSName related: * `newDNSName(name)`: make a DNSName based on this .-terminated name + * member `chopOff()`: remove left-most label * member `countLabels()`: return the number of labels * member `isPartOf(dnsname)`: is this dnsname part of that dnsname * member `tostring()`: return as a human friendly . terminated string -- 2.47.2