From: Jussi Peltola Date: Wed, 18 Jan 2017 09:20:32 +0000 (+0200) Subject: Document chopOff X-Git-Tag: rec-4.1.0-alpha1~252^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ebf59bc2cb28cfeb603df6cef4aad17a7b21e0a;p=pdns Document chopOff --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index c5ce872ef..c69840d11 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