From ee48144b0fcbe1c8ec517adc1f691b24de29ecb8 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 19 Aug 2016 17:07:27 +0200 Subject: [PATCH] recursor Lua: Document ComboAddress:getRaw() --- docs/markdown/recursor/scripting.md | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2