Two questions about lua

2015-11-29 Thread joris dedieu
Hi all, I started to drive into haproxy's lua interface. I produced a few code that allows dnsbl lookup and it seems to work. First I have a C wrapper against the libc resolver.. #include #include #include #include #include #include #include static int gethostbyname_wrapper(lua_State *L

Re: [SPAM] Architecture guide reworked

2015-11-29 Thread Aleksandar Lazic
Dear Olivier Am 27-11-2015 17:18, schrieb Olivier: Hello everyone ! I'm a huge fan of HAProxy. In my mind, this is a great toolbox. Like all toolbox, to use it at 100%, you need good examples. HAProxy blog is a great start. There are some code snippets in documentation too. But a long time ag