]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
recursor Lua: Document ComboAddress:getRaw() 4334/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Aug 2016 15:07:27 +0000 (17:07 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Aug 2016 15:07:27 +0000 (17:07 +0200)
docs/markdown/recursor/scripting.md

index ddf6d2782c9aabcad2b7691e0b1ab619b16188e1..ebddb0e33356adb8846d91b8710c66566d1a4b85 100644 (file)
@@ -244,6 +244,7 @@ Other functions that can be called on a ComboAddress are:
  * `isIpv4` - true if the address is an IPv4 address
  * `isIpv6` - true if the address is an IPv6 address
  * `getBits` - the number of bits in the address
+ * `getRaw` - returns the bytestring representing the address
 
 ### DNSName
 DNSNames are passed to various functions, and they sport the following methods: