]> git.ipfire.org Git - thirdparty/sarg.git/commit - ip2name.c
IP address resolution using one external program
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 21 May 2012 19:55:47 +0000 (21:55 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 21 May 2012 19:55:47 +0000 (21:55 +0200)
commit1e312c82bc22805a17cfb08ac3a3524c0627587e
tree20a1676a959550da9738e11c0236aa10e1cbe49c
parent5f2ff7a7612499872366df27787a0afe1729d41b
IP address resolution using one external program

It is now possible to resolve an IP address using an external program.
Only one external program can be configured but it may do anything
including attempting several strategies to resolve the IP address.

The module may be chained after the standard dns module to get the name of
a computer not registered with the DNS.

Executing an external program is exceedingly slow so it is best to try
the DNS first!
CMakeLists.txt
Makefile.in
include/ip2name.h
ip2name.c
ip2name_exec.c [new file with mode: 0644]
sarg.conf