diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:22:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:22:43 +0100 |
commit | cf28be3242d57d08bd3666bbce4f60ed67de3022 (patch) | |
tree | 0a9fa4c2e697811bd606157dce557d027067bffc /src/lua/lua_dns.c | |
parent | 3c73848f7989b6b0e5d9495affea454462ece482 (diff) | |
download | rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.tar.gz rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.zip |
Forgot @module.
Diffstat (limited to 'src/lua/lua_dns.c')
-rw-r--r-- | src/lua/lua_dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_dns.c b/src/lua/lua_dns.c index 950f57117..0133b528b 100644 --- a/src/lua/lua_dns.c +++ b/src/lua/lua_dns.c @@ -27,6 +27,7 @@ /*** + * @module rspamd_resolver * This module allows to resolve DNS names from LUA code. All resolving is executed * asynchronously. Here is an example of name resolution: * @example |