From: Remi Gacogne Date: Sun, 17 Jan 2016 11:27:46 +0000 (+0100) Subject: dnsdist: Document toString() and toStringWithPort() aliases X-Git-Tag: dnsdist-1.0.0-alpha2~62^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060dc73c787deb515aed87970cec24d1845ebc72;p=thirdparty%2Fpdns.git dnsdist: Document toString() and toStringWithPort() aliases --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index b4bdef515b..8a7316bdab 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -895,11 +895,14 @@ instantiate a server with additional parameters * `newCA(address)`: return a new ComboAddress * `getPort()`: return the port number * `tostring()`: return in human-friendly format + * `toString()`: alias for `tostring()` * `tostringWithPort()`: return in human-friendly format, with port number + * `toStringWithPort()`: alias for `tostringWithPort()` * DNSName related: * `newDNSName(name)`: make a DNSName based on this .-terminated name * member `isPartOf(dnsname)`: is this dnsname part of that dnsname * member `tostring()`: return as a human friendly . terminated string + * member `toString()`: alias for `tostring()` * DNSQuestion related: * member `dh`: DNSHeader * member `len`: the question length