diff options
Diffstat (limited to 'templater/templater.go')
-rw-r--r-- | templater/templater.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templater/templater.go b/templater/templater.go index f6878d3dfa03..c9260abc2111 100644 --- a/templater/templater.go +++ b/templater/templater.go @@ -180,6 +180,7 @@ func templateFuncs() template.FuncMap { return string(b) } m["passLookup"] = GetFromPass + m["lookupIPAddr"] = GetIPsFromDNS return m } |