From: Pieter Lexis Date: Fri, 19 Aug 2016 15:07:27 +0000 (+0200) Subject: recursor Lua: Document ComboAddress:getRaw() X-Git-Tag: rec-4.0.2~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee48144b0fcbe1c8ec517adc1f691b24de29ecb8;p=thirdparty%2Fpdns.git recursor Lua: Document ComboAddress:getRaw() --- diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index ddf6d2782c..ebddb0e333 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -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: