]> granicus.if.org Git - pdns/commitdiff
dnsdist: Document toString() and toStringWithPort() aliases
authorRemi Gacogne <remi.gacogne@powerdns.com>
Sun, 17 Jan 2016 11:27:46 +0000 (12:27 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Sun, 17 Jan 2016 11:29:41 +0000 (12:29 +0100)
pdns/README-dnsdist.md

index b4bdef515b8db6c4cbfb3f694ec794b23c9f070e..8a7316bdab4ea68559781bd83fd23ea0bdc10daa 100644 (file)
@@ -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